features.h
Go to the documentation of this file.
00001 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
00002 # define CPPTL_JSON_FEATURES_H_INCLUDED
00003 
00004 # include "forwards.h"
00005 
00006 namespace Json {
00007 
00012    class JSON_API Features
00013    {
00014    public:
00020       static Features all();
00021 
00027       static Features strictMode();
00028 
00031       Features();
00032 
00034       bool allowComments_;
00035 
00037       bool strictRoot_;
00038    };
00039 
00040 } // namespace Json
00041 
00042 #endif // CPPTL_JSON_FEATURES_H_INCLUDED


bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Fri Aug 28 2015 10:14:29