STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
Concurrency::details::_Runtime_object Class Reference

#include <agents.h>

Inheritance diagram for Concurrency::details::_Runtime_object:
Concurrency::details::_AllocBase Concurrency::message< _Type > Concurrency::message< _Destination_type > Concurrency::message< _Output > Concurrency::message< agent_status > Concurrency::message< size_t > Concurrency::message< std::vector< _Type > >

Public Member Functions

_CONCRTIMP _Runtime_object ()
 
_CONCRTIMP _Runtime_object (::Concurrency::runtime_object_identity _Id)
 
virtual ::Concurrency::runtime_object_identity _GetId () const
 
- Public Member Functions inherited from Concurrency::details::_AllocBase
voidoperator new (size_t _Size)
 
void operator delete (void *_Ptr) throw ()
 
voidoperator new (size_t _Size, const std::nothrow_t &) throw ()
 
void operator delete (void *_Ptr, const std::nothrow_t &) throw ()
 
voidoperator new[] (size_t _Size)
 
void operator delete[] (void *_Ptr) throw ()
 
voidoperator new[] (size_t _Size, const std::nothrow_t &_No_throw) throw ()
 
void operator delete[] (void *_Ptr, const std::nothrow_t &_No_throw) throw ()
 
voidoperator 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
 

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::details::_Runtime_object::_Runtime_object ( )
_CONCRTIMP Concurrency::details::_Runtime_object::_Runtime_object ( ::Concurrency::runtime_object_identity  _Id)

Member Function Documentation

virtual ::Concurrency::runtime_object_identity Concurrency::details::_Runtime_object::_GetId ( ) const
inline
95  {
96  return _M_id;
97  }
::Concurrency::runtime_object_identity _M_id
Definition: agents.h:101

Member Data Documentation

::Concurrency::runtime_object_identity Concurrency::details::_Runtime_object::_M_id
protected

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