Public Types | Static Public Member Functions | List of all members
internal::TypeHelper< ValueType, typename ValueType::ConstObject > Struct Template Reference

#include <document.h>

Public Types

typedef ValueType::ConstObject ObjectType
 

Static Public Member Functions

static bool Is (const ValueType &v)
 
static ObjectType Get (const ValueType &v)
 

Detailed Description

template<typename ValueType>
struct internal::TypeHelper< ValueType, typename ValueType::ConstObject >

Definition at line 549 of file document.h.

Member Typedef Documentation

template<typename ValueType >
typedef ValueType::ConstObject internal::TypeHelper< ValueType, typename ValueType::ConstObject >::ObjectType

Definition at line 550 of file document.h.

Member Function Documentation

template<typename ValueType >
static ObjectType internal::TypeHelper< ValueType, typename ValueType::ConstObject >::Get ( const ValueType &  v)
inlinestatic

Definition at line 552 of file document.h.

552 { return v.GetObject(); }
template<typename ValueType >
static bool internal::TypeHelper< ValueType, typename ValueType::ConstObject >::Is ( const ValueType &  v)
inlinestatic

Definition at line 551 of file document.h.

551 { return v.IsObject(); }

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