Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | Protected Member Functions | List of all members
tympan::BaseEntity Class Reference

The base of all entity classes. More...

#include <data_model_common.hpp>

Inheritance diagram for tympan::BaseEntity:
Inheritance graph
[legend]

Public Member Functions

virtual ~BaseEntity ()
 Constructor. More...
 

Protected Member Functions

 BaseEntity ()
 

Detailed Description

The base of all entity classes.

This class is required to be virtually inherited by all entity classes. It provides some convenient dynamic access and cast method.

Definition at line 41 of file data_model_common.hpp.

Constructor & Destructor Documentation

◆ BaseEntity()

tympan::BaseEntity::BaseEntity ( )
inlineprotected

Definition at line 44 of file data_model_common.hpp.

◆ ~BaseEntity()

virtual tympan::BaseEntity::~BaseEntity ( )
inlinevirtual

Constructor.

Definition at line 47 of file data_model_common.hpp.


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