CMS 3D CMS Logo

features.h
Go to the documentation of this file.
1 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
2 #define CPPTL_JSON_FEATURES_H_INCLUDED
3 
4 #include "forwards.h"
5 
6 namespace Json {
7 
13  public:
19  static Features all();
20 
26  static Features strictMode();
27 
30  Features();
31 
34 
37  };
38 
39 } // namespace Json
40 
41 #endif // CPPTL_JSON_FEATURES_H_INCLUDED
forwards.h
Json::Features::strictRoot_
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition: features.h:36
Json::Features
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: features.h:12
Json::Features::allowComments_
bool allowComments_
true if comments are allowed. Default: true.
Definition: features.h:33
python.cmstools.all
def all(container)
workaround iterator generators for ROOT classes
Definition: cmstools.py:26
Json
JSON (JavaScript Object Notation).
Definition: EvFDaqDirector.h:44
JSON_API
#define JSON_API
Definition: config.h:40