|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Iterator for object and array value. More...
#include <value.h>
Public Types | |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef Value & | reference |
| typedef Value * | pointer |
| typedef ValueIterator | SelfType |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef Value & | reference |
| typedef Value * | pointer |
| typedef ValueIterator | SelfType |
| typedef Value | value_type |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef Value & | reference |
| typedef Value * | pointer |
| typedef ValueIterator | SelfType |
Public Types inherited from Json::ValueIteratorBase | |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef ValueIteratorBase | SelfType |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef ValueIteratorBase | SelfType |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef unsigned int | size_t |
| typedef int | difference_type |
| typedef ValueIteratorBase | SelfType |
Public Member Functions | |
| ValueIterator () | |
| ValueIterator (const ValueConstIterator &other) | |
| ValueIterator (const ValueIterator &other) | |
| SelfType & | operator= (const SelfType &other) |
| SelfType | operator++ (int) |
| SelfType | operator-- (int) |
| SelfType & | operator-- () |
| SelfType & | operator++ () |
| reference | operator* () const |
| ValueIterator () | |
| ValueIterator (const ValueConstIterator &other) | |
| ValueIterator (const ValueIterator &other) | |
| SelfType & | operator= (const SelfType &other) |
| SelfType | operator++ (int) |
| SelfType | operator-- (int) |
| SelfType & | operator-- () |
| SelfType & | operator++ () |
| reference | operator* () const |
| ValueIterator () | |
| ValueIterator (const ValueConstIterator &other) | |
| ValueIterator (const ValueIterator &other) | |
| SelfType & | operator= (const SelfType &other) |
| SelfType | operator++ (int) |
| SelfType | operator-- (int) |
| SelfType & | operator-- () |
| SelfType & | operator++ () |
| reference | operator* () const |
| pointer | operator-> () const |
Public Member Functions inherited from Json::ValueIteratorBase | |
| ValueIteratorBase () | |
| ValueIteratorBase (const Value::ObjectValues::iterator ¤t) | |
| bool | operator== (const SelfType &other) const |
| bool | operator!= (const SelfType &other) const |
| difference_type | operator- (const SelfType &other) const |
| Value | key () const |
| Return either the index or the member name of the referenced value as a Value. More... | |
| UInt | index () const |
| Return the index of the referenced Value. -1 if it is not an arrayValue. More... | |
| const char * | memberName () const |
| Return the member name of the referenced Value. "" if it is not an objectValue. More... | |
| ValueIteratorBase () | |
| ValueIteratorBase (const Value::ObjectValues::iterator ¤t) | |
| bool | operator== (const SelfType &other) const |
| bool | operator!= (const SelfType &other) const |
| difference_type | operator- (const SelfType &other) const |
| Value | key () const |
| Return either the index or the member name of the referenced value as a Value. More... | |
| UInt | index () const |
| Return the index of the referenced Value. -1 if it is not an arrayValue. More... | |
| const char * | memberName () const |
| Return the member name of the referenced Value. "" if it is not an objectValue. More... | |
| bool | operator== (const SelfType &other) const |
| bool | operator!= (const SelfType &other) const |
| difference_type | operator- (const SelfType &other) const |
| Value | key () const |
| UInt | index () const |
| Return the index of the referenced Value, or -1 if it is not an arrayValue. More... | |
| std::string | name () const |
| char const * | memberName () const |
| char const * | memberName (char const **end) const |
| ValueIteratorBase () | |
| ValueIteratorBase (const Value::ObjectValues::iterator ¤t) | |
Friends | |
| class | Value |
| GenericValue with UTF8 encoding. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Json::ValueIteratorBase | |
| Value & | deref () const |
| void | increment () |
| void | decrement () |
| difference_type | computeDistance (const SelfType &other) const |
| bool | isEqual (const SelfType &other) const |
| void | copy (const SelfType &other) |
| Value & | deref () const |
| void | increment () |
| void | decrement () |
| difference_type | computeDistance (const SelfType &other) const |
| bool | isEqual (const SelfType &other) const |
| void | copy (const SelfType &other) |
| Value & | deref () const |
| void | increment () |
| void | decrement () |
| difference_type | computeDistance (const SelfType &other) const |
| bool | isEqual (const SelfType &other) const |
| void | copy (const SelfType &other) |
Iterator for object and array value.
| typedef unsigned int Json::ValueIterator::size_t |
| typedef unsigned int Json::ValueIterator::size_t |
| typedef unsigned int Json::ValueIterator::size_t |
| Json::ValueIterator::ValueIterator | ( | ) |
| Json::ValueIterator::ValueIterator | ( | const ValueConstIterator & | other | ) |
| Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
| Json::ValueIterator::ValueIterator | ( | ) |
| Json::ValueIterator::ValueIterator | ( | const ValueConstIterator & | other | ) |
| Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
| Json::ValueIterator::ValueIterator | ( | ) |
|
explicit |
| Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ValueIterator & Json::ValueIterator::operator= | ( | const SelfType & | other | ) |
|
friend |
GenericValue with UTF8 encoding.
1.8.13