CVC3
Public Member Functions | Private Member Functions | Private Attributes

CVC3::CDO< T > Class Template Reference

#include <cdo.h>

Inherits CVC3::ContextObj.

Collaboration diagram for CVC3::CDO< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Detailed Description

template<class T>
class CVC3::CDO< T >

Definition at line 39 of file cdo.h.


Constructor & Destructor Documentation

template<class T>
CVC3::CDO< T >::CDO ( const CDO< T > &  cdo) [inline, private]

Definition at line 51 of file cdo.h.

template<class T>
CVC3::CDO< T >::CDO ( Context context) [inline]

Definition at line 55 of file cdo.h.

template<class T>
CVC3::CDO< T >::CDO ( Context context,
const T &  data,
int  scope = -1 
) [inline]

Definition at line 57 of file cdo.h.

template<class T>
CVC3::CDO< T >::~CDO ( ) [inline]

Definition at line 62 of file cdo.h.


Member Function Documentation

template<class T>
virtual ContextObj* CVC3::CDO< T >::makeCopy ( ContextMemoryManager cmm) [inline, private, virtual]

Make a copy of the current object so it can be restored to its current state.

Implements CVC3::ContextObj.

Definition at line 42 of file cdo.h.

template<class T>
virtual void CVC3::CDO< T >::restoreData ( ContextObj data) [inline, private, virtual]

Restore the current object from the given data.

Reimplemented from CVC3::ContextObj.

Definition at line 44 of file cdo.h.

template<class T>
virtual void CVC3::CDO< T >::setNull ( void  ) [inline, private, virtual]

Set the current object to be invalid.

Implements CVC3::ContextObj.

Definition at line 47 of file cdo.h.

template<class T>
CDO<T>& CVC3::CDO< T >::operator= ( const CDO< T > &  cdo) [inline, private]

Definition at line 52 of file cdo.h.

template<class T>
void CVC3::CDO< T >::set ( const T &  data,
int  scope = -1 
) [inline]
template<class T>
const T& CVC3::CDO< T >::get ( ) const [inline]
template<class T>
CVC3::CDO< T >::operator T ( ) [inline]

Definition at line 65 of file cdo.h.

template<class T>
CDO<T>& CVC3::CDO< T >::operator= ( const T &  data) [inline]

Definition at line 66 of file cdo.h.


Member Data Documentation

template<class T>
T CVC3::CDO< T >::d_data [private]

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