Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
Json::Path Class Reference

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

#include <json.h>

Public Member Functions

Valuemake (Value &root) const
 
 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
 

Private Types

typedef std::vector< PathArgumentArgs
 
typedef std::vector< const
PathArgument * > 
InArgs
 

Private Member Functions

void addPathInArg (const std::string &path, const InArgs &in, InArgs::const_iterator &itInArg, PathArgument::Kind kind)
 
void invalidPath (const std::string &path, int location)
 
void makePath (const std::string &path, const InArgs &in)
 

Private Attributes

Args args_
 

Detailed Description

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

Syntax:

Definition at line 974 of file json.h.

Member Typedef Documentation

typedef std::vector<PathArgument> Json::Path::Args
private

Definition at line 991 of file json.h.

typedef std::vector<const PathArgument*> Json::Path::InArgs
private

Definition at line 990 of file json.h.

Constructor & Destructor Documentation

Json::Path::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() 
)

Definition at line 3798 of file jsoncpp.cpp.

Member Function Documentation

void Json::Path::addPathInArg ( const std::string &  path,
const InArgs in,
InArgs::const_iterator &  itInArg,
PathArgument::Kind  kind 
)
private

Definition at line 3844 of file jsoncpp.cpp.

void Json::Path::invalidPath ( const std::string &  path,
int  location 
)
private

Definition at line 3857 of file jsoncpp.cpp.

Value & Json::Path::make ( Value root) const

Creates the "path" to access the specified node and returns a reference on the node.

Definition at line 3903 of file jsoncpp.cpp.

void Json::Path::makePath ( const std::string &  path,
const InArgs in 
)
private

Definition at line 3813 of file jsoncpp.cpp.

const Value & Json::Path::resolve ( const Value root) const

Definition at line 3861 of file jsoncpp.cpp.

Value Json::Path::resolve ( const Value root,
const Value defaultValue 
) const

Definition at line 3884 of file jsoncpp.cpp.

Member Data Documentation

Args Json::Path::args_
private

Definition at line 1000 of file json.h.


The documentation for this class was generated from the following files:


mission_planning
Author(s): ivan
autogenerated on Thu Nov 12 2015 19:08:20