HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfPyChildrenProxy< _View > Class Template Reference

#include <pyChildrenProxy.h>

Public Types

typedef _View View
 
typedef SdfChildrenProxy< ViewProxy
 
typedef Proxy::key_type key_type
 
typedef Proxy::mapped_type mapped_type
 
typedef Proxy::mapped_vector_type mapped_vector_type
 
typedef Proxy::size_type size_type
 
typedef SdfPyChildrenProxy< ViewThis
 

Public Member Functions

 SdfPyChildrenProxy (const Proxy &proxy)
 
 SdfPyChildrenProxy (const View &view, const std::string &type, int permission=Proxy::CanSet|Proxy::CanInsert|Proxy::CanErase)
 
bool operator== (const This &other) const
 
bool operator!= (const This &other) const
 

Friends

template<class E >
class _Iterator
 

Detailed Description

template<class _View>
class SdfPyChildrenProxy< _View >

Definition at line 41 of file pyChildrenProxy.h.

Member Typedef Documentation

template<class _View >
typedef Proxy::key_type SdfPyChildrenProxy< _View >::key_type

Definition at line 45 of file pyChildrenProxy.h.

template<class _View >
typedef Proxy::mapped_type SdfPyChildrenProxy< _View >::mapped_type

Definition at line 46 of file pyChildrenProxy.h.

template<class _View >
typedef Proxy::mapped_vector_type SdfPyChildrenProxy< _View >::mapped_vector_type

Definition at line 47 of file pyChildrenProxy.h.

template<class _View >
typedef SdfChildrenProxy<View> SdfPyChildrenProxy< _View >::Proxy

Definition at line 44 of file pyChildrenProxy.h.

template<class _View >
typedef Proxy::size_type SdfPyChildrenProxy< _View >::size_type

Definition at line 48 of file pyChildrenProxy.h.

template<class _View >
typedef SdfPyChildrenProxy<View> SdfPyChildrenProxy< _View >::This

Definition at line 49 of file pyChildrenProxy.h.

template<class _View >
typedef _View SdfPyChildrenProxy< _View >::View

Definition at line 43 of file pyChildrenProxy.h.

Constructor & Destructor Documentation

template<class _View >
SdfPyChildrenProxy< _View >::SdfPyChildrenProxy ( const Proxy proxy)
inline

Definition at line 51 of file pyChildrenProxy.h.

template<class _View >
SdfPyChildrenProxy< _View >::SdfPyChildrenProxy ( const View view,
const std::string type,
int  permission = Proxy::CanSet | Proxy::CanInsert | Proxy::CanErase 
)
inline

Definition at line 56 of file pyChildrenProxy.h.

Member Function Documentation

template<class _View >
bool SdfPyChildrenProxy< _View >::operator!= ( const This other) const
inline

Definition at line 70 of file pyChildrenProxy.h.

template<class _View >
bool SdfPyChildrenProxy< _View >::operator== ( const This other) const
inline

Definition at line 65 of file pyChildrenProxy.h.

Friends And Related Function Documentation

template<class _View >
template<class E >
friend class _Iterator
friend

Definition at line 368 of file pyChildrenProxy.h.


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