#include <item.h>
Inheritance diagram for TJammerAntiPenetrate:
Public Methods | |
TJammerAntiPenetrate () | |
TJammerAntiPenetrate (const TJammerAntiPenetrate &OldJammerAntiPenetrate) | |
virtual | ~TJammerAntiPenetrate () |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
virtual TJammer::tJammerType | getJammerType () const |
virtual bool | operator== (const TJammerAntiPenetrate &JammerAntiPenetrate) const |
virtual TJammerAntiPenetrate & | operator= (const TJammerAntiPenetrate &JammerAntiPenetrate) |
|
This constructor generates a new TJammerAntiPenetrate object with all properties resetted. This means you have to set all properties like name and mass afterwards with help of the respective set<something> methods. |
|
This constructor creates also a new anti penetrate jammer, but its attributes are copied from the TJammerAntiPenetrate object given in OldJammerAntiPenetrate. This method is mostly implemented to provide a copy constructor.
|
|
Destructs the object. Has nothing else to do, because no memory has to be freed or similar stuff. |
|
With the method getJammerType you can get the type of the jammer, in this case TJammer::ANTIPENETRATE.
Reimplemented from TJammer. |
|
The method Load loads a TJammerAntiPenetrate object from the data packages in the list.
Reimplemented from TJammer. |
|
This is the assignment operator for TJammerAntiPenetrate. |
|
This is the compare operator for TJammerAntiPenetrate.
|
|
The method Save saves a TJammerAntiPenetrate object by adding the data packages to the list.
Reimplemented from TJammer. |