RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/jsoncpp/features.h
00001 // Copyright 2007-2010 Baptiste Lepilleur
00002 // Distributed under MIT license, or public domain if desired and
00003 // recognized in your jurisdiction.
00004 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
00005 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
00006 # define CPPTL_JSON_FEATURES_H_INCLUDED
00007 
00008 # include "forwards.h"
00009 
00010 namespace Json {
00011 
00016    class JSON_API Features
00017    {
00018    public:
00024       static Features all();
00025 
00031       static Features strictMode();
00032 
00035       Features();
00036 
00038       bool allowComments_;
00039 
00041       bool strictRoot_;
00042    };
00043 
00044 } // namespace Json
00045 
00046 #endif // CPPTL_JSON_FEATURES_H_INCLUDED
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator