scfImplementation< Class > Class Template Reference
[Shared Class Facility (SCF)]
Baseclass for the SCF implementation templates. More...
#include <csutil/scf_implementation.h>

Public Member Functions | |
scfImplementation & | operator= (const scfImplementation &) |
Assign to another instance. | |
scfImplementation (Class *object, iBase *parent=0) | |
Constructor. | |
scfImplementation (const scfImplementation &) | |
Copy constructor. |
Detailed Description
template<class Class>
class scfImplementation< Class >
Baseclass for the SCF implementation templates.
Provides common methods such as reference counting and handling of weak references.
Definition at line 198 of file scf_implementation.h.
Constructor & Destructor Documentation
scfImplementation< Class >::scfImplementation | ( | Class * | object, | |
iBase * | parent = 0 | |||
) | [inline] |
Constructor.
Initialize the SCF-implementation in class named Class. Will be called from scfImplementation(Ext)N constructor
Definition at line 207 of file scf_implementation.h.
scfImplementation< Class >::scfImplementation | ( | const scfImplementation< Class > & | ) | [inline] |
Copy constructor.
Use of the default copy constructor is nor desired since the information is insufficient to fully initialize scfImplementation; hence, an explicit copy constructor must be created in the derived class that initializes scfImplementation like in the normal constructor, i.e. "scfImplementation (this)".
Definition at line 229 of file scf_implementation.h.
Member Function Documentation
scfImplementation& scfImplementation< Class >::operator= | ( | const scfImplementation< Class > & | ) | [inline] |
Assign to another instance.
When assigning an SCF object to another, anything contained in this class should not be copied, since it's all instance- specific. Hence the assignment operator does nothing.
Definition at line 255 of file scf_implementation.h.
The documentation for this class was generated from the following file:
- csutil/scf_implementation.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1