STLdoc
STLdocumentation
|
#include <agents.h>
Public Member Functions | |
_CRTIMP2 | _Runtime_object () |
_CRTIMP2 | _Runtime_object (::Concurrency::runtime_object_identity _Id) |
virtual ::Concurrency::runtime_object_identity | _GetId () const |
Public Member Functions inherited from Concurrency::details::_AllocBase | |
void * | operator new (size_t _Size) |
void | operator delete (void *_Ptr) throw () |
void * | operator new (size_t _Size, const std::nothrow_t &) throw () |
void | operator delete (void *_Ptr, const std::nothrow_t &) throw () |
void * | operator new[] (size_t _Size) |
void | operator delete[] (void *_Ptr) throw () |
void * | operator new[] (size_t _Size, const std::nothrow_t &_No_throw) throw () |
void | operator delete[] (void *_Ptr, const std::nothrow_t &_No_throw) throw () |
void * | operator new (size_t, void *_Location) throw () |
void | operator delete (void *, void *) throw () |
void *__cdecl | operator new[] (size_t, void *_Location) throw () |
void __cdecl | operator delete[] (void *, void *) throw () |
Protected Attributes | |
::Concurrency::runtime_object_identity | _M_id |
_CRTIMP2 Concurrency::details::_Runtime_object::_Runtime_object | ( | ) |
_CRTIMP2 Concurrency::details::_Runtime_object::_Runtime_object | ( | ::Concurrency::runtime_object_identity | _Id | ) |
|
inline |
|
protected |