ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Public Member Functions | Private Attributes
Child< T > Class Template Reference

Implemented by all classes which are children that can be added to ChildAddable. More...

#include <Child.h>

List of all members.

Public Member Functions

 Child (T *toSet)
 Constructor, registers the Child with the ChildAddable if the ChildAddable is not NULL.
 ~Child ()
 Destructor, unregisters the Child with the ChildAddabe if the ChildAddable is not NULL.
virtual T * getChildAddable () const
 Returns the ChildAddable associated with this Child.
void parentDestroyed ()
 Called by the ChildAddable with which this Child is associated, if the ChildAddable is destroyed. It instructs this Child to forget that it had a ChildAddable.
bool operator== (const T &rhs) const
 Equals operator.

Private Attributes

T * myT
 The ChildAddable object associated with this Child.

Detailed Description

template<class T>
class Child< T >

Implemented by all classes which are children that can be added to ChildAddable.

Author:
Rikard Lundmark

Definition at line 21 of file Child.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark