#include <ExCParticuleLine.h>
Graphe d'héritage de la classe ExCParticuleLine

Membres publics | |
| ExCParticuleLine () | |
| ~ExCParticuleLine () | |
|
|
Définition à la ligne 26 du fichier ExCParticuleLine.cpp. Références ExCParticuleLine(), Guard, ExCObject::SetName(), et ExCObject::SetType(). Référencé par ExCParticuleLine(), et ~ExCParticuleLine().
00027 {
00028 Guard(ExCParticuleLine::ExCParticuleLine())
00029 SetName("ExCParticuleLine");
00030 SetType(typeid(this).name());
00031 UnGuard
00032 }
|
|
|
Définition à la ligne 34 du fichier ExCParticuleLine.cpp. Références ExCParticuleLine(), et Guard.
00035 {
00036 Guard(ExCParticuleLine::~ExCParticuleLine())
00037 UnGuard
00038 }
|
1.3-rc1