#include <RJAttributeReader.h>
◆ RJAttributeReader()
RJAttributeReader::RJAttributeReader |
( |
| ) |
|
◆ Bool()
bool RJAttributeReader::Bool |
( |
bool |
b | ) |
|
◆ clear()
void RJAttributeReader::clear |
( |
| ) |
|
◆ Default()
bool RJAttributeReader::Default |
( |
| ) |
|
◆ Double()
bool RJAttributeReader::Double |
( |
double |
d | ) |
|
◆ EndArray()
bool RJAttributeReader::EndArray |
( |
rapidjson::SizeType |
type | ) |
|
◆ EndObject()
bool RJAttributeReader::EndObject |
( |
rapidjson::SizeType |
type | ) |
|
◆ getAttributes()
const std::set< std::string > & RJAttributeReader::getAttributes |
( |
| ) |
const |
◆ Int()
bool RJAttributeReader::Int |
( |
int |
i | ) |
|
◆ Int64()
bool RJAttributeReader::Int64 |
( |
int64_t |
int64 | ) |
|
◆ Key()
bool RJAttributeReader::Key |
( |
const Ch * |
str, |
|
|
rapidjson::SizeType |
len, |
|
|
bool |
copy |
|
) |
| |
◆ Null()
bool RJAttributeReader::Null |
( |
| ) |
|
◆ RawNumber()
bool RJAttributeReader::RawNumber |
( |
const Ch * |
str, |
|
|
rapidjson::SizeType |
len, |
|
|
bool |
copy |
|
) |
| |
◆ StartArray()
bool RJAttributeReader::StartArray |
( |
| ) |
|
◆ StartObject()
bool RJAttributeReader::StartObject |
( |
| ) |
|
◆ String()
bool RJAttributeReader::String |
( |
const Ch * |
ch, |
|
|
rapidjson::SizeType |
type, |
|
|
bool |
b |
|
) |
| |
◆ Uint()
bool RJAttributeReader::Uint |
( |
unsigned int |
i | ) |
|
◆ Uint64()
bool RJAttributeReader::Uint64 |
( |
uint64_t |
uint64 | ) |
|
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/similarity/src/RJAttributeReader.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/similarity/src/RJAttributeReader.cpp