ParseElement Class Reference

Public Types

enum  parse_type {
  null, boolean, string, number,
  begin_map, end_map, begin_array, end_array,
  map_key, unknown
}

Public Member Functions

 ParseElement ()
 ParseElement (parse_type type)
 ParseElement (parse_type type, std::string value)
std::string to_string ()

Data Fields

parse_type t
std::string v

Detailed Description

Definition at line 559 of file lsm_ipc.cpp.


Member Enumeration Documentation

enum parse_type
Enumerator:
null 
boolean 
string 
number 
begin_map 
end_map 
begin_array 
end_array 
map_key 
unknown 

Definition at line 562 of file lsm_ipc.cpp.


Constructor & Destructor Documentation

ParseElement (  )  [inline]

Definition at line 567 of file lsm_ipc.cpp.

ParseElement ( parse_type  type  )  [inline]

Definition at line 568 of file lsm_ipc.cpp.

ParseElement ( parse_type  type,
std::string  value 
) [inline]

Definition at line 571 of file lsm_ipc.cpp.


Member Function Documentation

std::string to_string (  )  [inline]

Definition at line 576 of file lsm_ipc.cpp.


Field Documentation

Definition at line 573 of file lsm_ipc.cpp.

std::string v

Definition at line 574 of file lsm_ipc.cpp.


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

Generated on 9 Jul 2015 for libStorageMgmt by  doxygen 1.6.1