Set of named values (a-la dictionary);
parameters of HTTP Requests, Cookies, JSObjects: all this are stored as NamedValues
Public Methods
-
NamedValues* clone() const
- deep copy
-
int index(char* name) const
-
int length() const
-
const char* name(int theIndex)
-
const Value& operator[](int theIndex) const
-
const Value& operator[](const char* name) const
-
Value& operator[](int theIndex)
-
Value& operator[](const char* name)
Public Members
-
struct IndexNotFound: public Exception
- Indicate, that index of value is not found
-
struct NameNotFound: public Exception
- Indicate, that name of value is not found
Documentation
Set of named values (a-la dictionary);
parameters of HTTP Requests, Cookies, JSObjects: all this
are stored as NamedValues
struct NameNotFound: public Exception
-
Indicate, that name of value is not found
std::string name
NameNotFound(const char* szname)
struct IndexNotFound: public Exception
-
Indicate, that index of value is not found
Value& operator[](const char* name)
const Value& operator[](const char* name) const
Value& operator[](int theIndex)
const Value& operator[](int theIndex) const
int index(char* name) const
const char* name(int theIndex)
int length() const
NamedValues* clone() const
-
deep copy
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.