GME
13
|
#include <CoreAttribute.h>
Public Types | |
typedef std::set< CCoreObject *, ptr_compare< CCoreObject > > | objects_type |
typedef objects_type::iterator | objects_iterator |
Public Member Functions | |
objects_type & | GetCollection () NOTHROW |
virtual valtype_type | GetValType () const NOTHROW |
STDMETHOD() | get_Value (VARIANT *p) |
STDMETHOD() | put_Value (VARIANT p) |
STDMETHOD() | get_LoadedValue (VARIANT *p) |
STDMETHOD() | get_PreviousValue (VARIANT *p) |
void | CopyCollectionFromMemory (VARIANT &v) |
void | CopyCollectionFromStorage (VARIANT &v) |
bool | IsEmptyFromStorage () |
void | NotUpToDate () NOTHROW |
Public Attributes | |
objects_type | collection |
Definition at line 465 of file CoreAttribute.h.
typedef objects_type::iterator CCoreCollectionAttribute::objects_iterator |
Definition at line 475 of file CoreAttribute.h.
typedef std::set< CCoreObject*, ptr_compare<CCoreObject> > CCoreCollectionAttribute::objects_type |
Definition at line 474 of file CoreAttribute.h.
void CCoreCollectionAttribute::CopyCollectionFromMemory | ( | VARIANT & | v | ) |
Definition at line 1850 of file CoreAttribute.cpp.
void CCoreCollectionAttribute::CopyCollectionFromStorage | ( | VARIANT & | v | ) |
Definition at line 1865 of file CoreAttribute.cpp.
STDMETHODIMP CCoreCollectionAttribute::get_LoadedValue | ( | VARIANT * | p | ) |
Definition at line 1838 of file CoreAttribute.cpp.
STDMETHOD() CCoreCollectionAttribute::get_PreviousValue | ( | VARIANT * | p | ) | [inline] |
Definition at line 488 of file CoreAttribute.h.
STDMETHODIMP CCoreCollectionAttribute::get_Value | ( | VARIANT * | p | ) |
Definition at line 1805 of file CoreAttribute.cpp.
objects_type& CCoreCollectionAttribute::GetCollection | ( | ) | [inline] |
Definition at line 480 of file CoreAttribute.h.
virtual valtype_type CCoreCollectionAttribute::GetValType | ( | ) | const [inline, virtual] |
Implements CCoreAttribute.
Definition at line 482 of file CoreAttribute.h.
Definition at line 1934 of file CoreAttribute.cpp.
void CCoreCollectionAttribute::NotUpToDate | ( | ) | [inline] |
Definition at line 497 of file CoreAttribute.h.
STDMETHODIMP CCoreCollectionAttribute::put_Value | ( | VARIANT | p | ) |
Definition at line 1833 of file CoreAttribute.cpp.
Definition at line 478 of file CoreAttribute.h.