ROOTANA
|
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "mvodb.h"
#include "mjson.h"
Go to the source code of this file.
Data Structures | |
class | JsonOdb |
Access to ODB saved in JSON format inside midas .mid files. More... | |
Functions | |
static std::string | toString (int i) |
template<> | |
bool | JsonOdb::GetJsonValue< std::string > (const char *varname, const MJsonNode *node, std::string *value, MVOdbError *error) |
MVOdb * | MakeJsonFileOdb (const char *filename, MVOdbError *error) |
MVOdb * | MakeJsonBufferOdb (const char *buf, int bufsize, MVOdbError *error) |
bool JsonOdb::GetJsonValue< std::string > | ( | const char * | varname, |
const MJsonNode * | node, | ||
std::string * | value, | ||
MVOdbError * | error | ||
) |
MVOdb* MakeJsonBufferOdb | ( | const char * | buf, |
int | bufsize, | ||
MVOdbError * | error | ||
) |
Definition at line 574 of file mjsonodb.cxx.
MVOdb* MakeJsonFileOdb | ( | const char * | filename, |
MVOdbError * | error | ||
) |
Definition at line 536 of file mjsonodb.cxx.
|
static |