CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
json_document.cc File Reference
#include "json_document.h"
#include <cassert>
#include <cstdlib>
#include <cstring>
#include "util/exception.h"
#include "util/logging.h"
#include "util/pointer.h"
#include "util/string.h"
Include dependency graph for json_document.cc:

Go to the source code of this file.

Functions

template<>
bool GetFromJSON< std::string > (const JSON *object, const std::string &name, std::string *value)
 
template<>
bool GetFromJSON< int > (const JSON *object, const std::string &name, int *value)
 
template<>
bool GetFromJSON< float > (const JSON *object, const std::string &name, float *value)
 

Function Documentation

template<>
bool GetFromJSON< float > ( const JSON object,
const std::string &  name,
float *  value 
)

Definition at line 234 of file json_document.cc.

Here is the call graph for this function:

template<>
bool GetFromJSON< int > ( const JSON object,
const std::string &  name,
int *  value 
)

Definition at line 221 of file json_document.cc.

Here is the call graph for this function:

template<>
bool GetFromJSON< std::string > ( const JSON object,
const std::string &  name,
std::string *  value 
)

Definition at line 205 of file json_document.cc.

Here is the call graph for this function: