RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
Json::Path Class Reference

Experimental and untested: represents a "path" to access a node. More...

#include <value.h>

List of all members.

Public Member Functions

 Path (const std::string &path, const PathArgument &a1=PathArgument(), const PathArgument &a2=PathArgument(), const PathArgument &a3=PathArgument(), const PathArgument &a4=PathArgument(), const PathArgument &a5=PathArgument())
const Valueresolve (const Value &root) const
Value resolve (const Value &root, const Value &defaultValue) const
Valuemake (Value &root) const
 Creates the "path" to access the specified node and returns a reference on the node.

Detailed Description

Experimental and untested: represents a "path" to access a node.

Syntax:

Definition at line 576 of file value.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator