![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cVarMap.h>
Public Member Functions | |
| cVarTuple (cAtomRef aKey) | |
| cVarTuple (cAtomRef aKey, const cVariant &vVal) | |
| virtual | ~cVarTuple () |
| virtual bool | isValidCheck () const noexcept override |
| ATOMCODE_t | get_HashCode () const noexcept |
| cAtomRef | get_KeyA () const noexcept |
| HRESULT | DisposeThis () |
| size_t | GetHeapStats (OUT ITERATE_t &iAllocCount) const |
| HRESULT | SerializeOutput (cStreamOutput &file) const |
| STDMETHOD() | s_Put (const ATOMCHAR_t *pszPropName, const cVariant &vValSet) override |
Public Member Functions inherited from Gray::cRefBase | |
| cRefBase (int iRefCount=0) noexcept | |
| virtual | ~cRefBase () |
| int | get_RefCount () const noexcept |
| HASHCODE_t | get_HashCode () const noexcept |
| STDMETHOD_ (HASHCODE_t, get_HashCodeX)() const noexcept | |
| virtual void | onFinalRelease () |
| bool | isValidObj () const noexcept |
| STDMETHOD_ (ULONG, AddRef)(void) override | |
| STDMETHOD_ (ULONG, Release)(void) override | |
| STDMETHOD() | QueryInterface (const IID &riid, void __RPC_FAR *__RPC_FAR *ppvObject) override |
| void | IncRefCount () |
| void | DecRefCount () |
| bool | isStaticConstruct () const noexcept |
| void | StaticConstruct () |
| void | StaticDestruct () |
| bool | isDestructing () noexcept |
| void | SetDestructing () |
Public Member Functions inherited from Gray::cHeapObject | |
| cHeapObject () | |
| virtual | ~cHeapObject () |
| bool | IsValidInsideN (INT_PTR index) const |
| bool | IsValidInsidePtr (void const *pTest) const |
| virtual size_t | GetHeapStatsThis (OUT ITERATE_t &iAllocCount) const |
Public Member Functions inherited from Gray::CObject | |
| virtual | ~CObject () |
| virtual void | AssertValid () const |
| < memory allocation and structure definitions are valid. More... | |
| virtual void | Serialize (cArchive &a) |
Public Attributes | |
| cVariant | m_vVal |
| Equate the m_aKey name to this cVariant Val. More... | |
Protected Attributes | |
| CHEAPOBJECT_IMPL | |
Additional Inherited Members | |
Protected Member Functions inherited from Gray::cHeapObject | |
| const void * | get_HeapPtr () const noexcept override |
| Get the top level (outermost, freeable) class pointer. I can delete get_HeapPtr(). More... | |
Protected Member Functions inherited from Gray::cNonCopyable | |
| cNonCopyable () noexcept | |
| Force the use of Factory creation via protected constructor. More... | |
| ~cNonCopyable () noexcept | |
A single name,value variable pair. ex: A=2 KEY=Val (Where Val is of any cVariant type) 'Tuple' StrT::k_LEN_MAX_KEY is max string length for key/name. similar to cPair or "std::tuple<>" or "System.Collections.Generic.KeyValuePair<>" generic in c#
|
inline |
|
inlinevirtual |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlineoverridevirtualnoexcept |
Reimplemented from Gray::cHeapObject.
|
override |
| HRESULT GrayLib::cVarTuple::SerializeOutput | ( | cStreamOutput & | file | ) | const |
Binary serialize this.
|
protected |