Pol  Rev 533
BApplicObj< T > Class Template Reference

#include <bobject.h>

+ Inheritance diagram for BApplicObj< T >:
+ Collaboration diagram for BApplicObj< T >:

List of all members.

Public Member Functions

 BApplicObj (const BApplicObjType *object_type)
 BApplicObj (const BApplicObjType *, const T &)
virtual BObjectImpcopy () const =0
T * operator-> ()
virtual size_t sizeEstimate () const
virtual const char * typeOf () const =0
virtual int typeOfInt () const =0
T & value ()
const T & value () const

Protected Attributes

obj_

Detailed Description

template<class T>
class BApplicObj< T >

Definition at line 837 of file bobject.h.


Constructor & Destructor Documentation

template<class T >
BApplicObj< T >::BApplicObj ( const BApplicObjType object_type) [explicit]

Definition at line 857 of file bobject.h.

template<class T>
BApplicObj< T >::BApplicObj ( const BApplicObjType object_type,
const T &  obj 
)

Definition at line 863 of file bobject.h.


Member Function Documentation

template<class T >
T * BApplicObj< T >::operator-> ( )

Definition at line 888 of file bobject.h.

template<class T >
size_t BApplicObj< T >::sizeEstimate ( ) const [virtual]

Implements BApplicObjBase.

Definition at line 870 of file bobject.h.

template<class T >
const T & BApplicObj< T >::value ( ) const

Definition at line 882 of file bobject.h.


Member Data Documentation


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