JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Data Structures | Namespaces | Macros | Typedefs
AtomProvider.h File Reference
#include <utility>
#include <rapidjson/fwd.h>
#include "IValueProvider.h"
Include dependency graph for AtomProvider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  joda::query::AtomProvider< T >
 

Namespaces

 joda
 
 joda::query
 

Macros

#define JODA_TRUE_STRING   "true"
 
#define JODA_FALSE_STRING   "false"
 

Typedefs

typedef AtomProvider< double > joda::query::DoubleProvider
 
typedef AtomProvider< int64_t > joda::query::Int64Provider
 
typedef AtomProvider< u_int64_t > joda::query::UInt64Provider
 
typedef AtomProvider< bool > joda::query::BoolProvider
 
typedef AtomProvider< std::string > joda::query::StringProvider
 

Macro Definition Documentation

◆ JODA_FALSE_STRING

#define JODA_FALSE_STRING   "false"

◆ JODA_TRUE_STRING

#define JODA_TRUE_STRING   "true"