versadac  1
versadac - Scalable Recorder Firmware
Public Member Functions | Friends | List of all members
json_shared_string::const_iterator Struct Reference

Public Member Functions

 const_iterator (const json_char *p, const json_shared_string *pa)
 
const_iteratoroperator++ (void) json_nothrow
 
const_iteratoroperator-- (void) json_nothrow
 
const_iteratoroperator+= (long i) json_nothrow
 
const_iteratoroperator-= (long i) json_nothrow
 
const_iterator operator++ (int) json_nothrow
 
const_iterator operator-- (int) json_nothrow
 
const_iterator operator+ (long i) const json_nothrow
 
const_iterator operator- (long i) const json_nothrow
 
const json_char & operator[] (size_t pos) const json_nothrow
 
const json_char & operator* (void) const json_nothrow
 
const json_char * operator-> (void) const json_nothrow
 
bool operator== (const const_iterator &other) const json_nothrow
 
bool operator!= (const const_iterator &other) const json_nothrow
 
bool operator> (const const_iterator &other) const json_nothrow
 
bool operator>= (const const_iterator &other) const json_nothrow
 
bool operator< (const const_iterator &other) const json_nothrow
 
bool operator<= (const const_iterator &other) const json_nothrow
 
bool operator== (const iterator &other) const json_nothrow
 
bool operator!= (const iterator &other) const json_nothrow
 
bool operator> (const iterator &other) const json_nothrow
 
bool operator>= (const iterator &other) const json_nothrow
 
bool operator< (const iterator &other) const json_nothrow
 
bool operator<= (const iterator &other) const json_nothrow
 
const_iteratoroperator= (const const_iterator &orig) json_nothrow
 
 const_iterator (const const_iterator &orig) json_nothrow
 

Friends

class json_shared_string
 
struct iterator
 

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