HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_JSONValue::json_proxy< IteratorT > Class Template Reference

Used to iterate over a map from a json value. More...

#include <UT_JSONValue.h>

Public Member Functions

IteratorT begin ()
 
IteratorT end ()
 
const IteratorT begin () const
 
const IteratorT end () const
 

Friends

class UT_JSONValue
 

Detailed Description

template<typename IteratorT>
class UT_JSONValue::json_proxy< IteratorT >

Used to iterate over a map from a json value.

Definition at line 761 of file UT_JSONValue.h.

Member Function Documentation

template<typename IteratorT>
IteratorT UT_JSONValue::json_proxy< IteratorT >::begin ( void  )
inline

Definition at line 764 of file UT_JSONValue.h.

template<typename IteratorT>
const IteratorT UT_JSONValue::json_proxy< IteratorT >::begin ( void  ) const
inline

Definition at line 772 of file UT_JSONValue.h.

template<typename IteratorT>
IteratorT UT_JSONValue::json_proxy< IteratorT >::end ( void  )
inline

Definition at line 768 of file UT_JSONValue.h.

template<typename IteratorT>
const IteratorT UT_JSONValue::json_proxy< IteratorT >::end ( void  ) const
inline

Definition at line 777 of file UT_JSONValue.h.

Friends And Related Function Documentation

template<typename IteratorT>
friend class UT_JSONValue
friend

Definition at line 787 of file UT_JSONValue.h.


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