test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
Utilities
interface
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
12
class
JSON_API
Features
13
{
14
public
:
20
static
Features
all
();
21
27
static
Features
strictMode();
28
31
Features
();
32
34
bool
allowComments_
;
35
37
bool
strictRoot_
;
38
};
39
40
}
// namespace Json
41
42
#endif // CPPTL_JSON_FEATURES_H_INCLUDED
JSON_API
#define JSON_API
Definition:
config.h:40
Json::Features::allowComments_
bool allowComments_
true if comments are allowed. Default: true.
Definition:
features.h:34
forwards.h
Json::Features
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition:
features.h:12
Json::Features::strictRoot_
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition:
features.h:37
Vispa.Plugins.EdmBrowser.EdmDataAccessor.all
def all
Definition:
EdmDataAccessor.py:18
Generated for CMSSW Reference Manual by
1.8.5