CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
json_document.h File Reference
#include <string>
#include <utility>
#include <vector>
#include "json.h"
#include "util/single_copy.h"
Include dependency graph for json_document.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JsonDocument
 
struct  JsonDocument::PrintOptions
 

Typedefs

typedef struct json_value JSON
 

Functions

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

Typedef Documentation

typedef struct json_value JSON

This file is part of the CernVM File System.

Definition at line 15 of file json_document.h.

Function Documentation

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

Referenced by notify::msg::Activity::FromJSONString().

Here is the caller graph for this function: