CsEntityMethodImplementation Struct Reference

Explicit interface method implementation. More...

List of all members.

Public Member Functions

 CsEntityMethodImplementation ()
 CsEntityMethodImplementation (CsEntityMethod *interface_method_, CsEntityMethod *implementation_method_)
 ~CsEntityMethodImplementation ()

Static Public Member Functions

static void * operator new (size_t size)
static void operator delete (void *address)

Public Attributes

CsEntityMethodinterface_method
 Interface method.
CsEntityMethodimplementation_method
 Implementation method.


Detailed Description

Explicit interface method implementation.


Constructor & Destructor Documentation

CsEntityMethodImplementation::CsEntityMethodImplementation  )  [inline]
 

CsEntityMethodImplementation::CsEntityMethodImplementation CsEntityMethod interface_method_,
CsEntityMethod implementation_method_
[inline]
 

CsEntityMethodImplementation::~CsEntityMethodImplementation  )  [inline]
 


Member Function Documentation

static void CsEntityMethodImplementation::operator delete void *  address  )  [inline, static]
 

static void* CsEntityMethodImplementation::operator new size_t  size  )  [inline, static]
 


Member Data Documentation

CsEntityMethod* CsEntityMethodImplementation::implementation_method
 

Implementation method.

CsEntityMethod* CsEntityMethodImplementation::interface_method
 

Interface method.

© 2005 metaspec