#include <RatStaticContainer.hxx>
Inheritance diagram for RayGina::CORE::RatStaticContainer:

Public Member Functions | |
| RatStaticContainer (const RString longName, const RString shortName, const RBool makeDynamic=false) | |
| ~RatStaticContainer () | |
| virtual const RBool | isStatic () const |
| const RUInt32 | getNumberOfAttributes () const |
| RatBase * | findAttribute (const RString searchAttribute) const |
| const RBool | hasAttribute (const RatBase *searchAttribute) const |
| RatBase * | getAttribute (const RUInt32 attributeNumber) const |
| void | addAttribute (RatBase *newRat) |
| adds an new attribute to the group at the end | |
| RString | debugAttributes () const |
Protected Attributes | |
| RString | _longName |
| RString | _shortName |
| RBool | _makeDynamic |
| std::vector< RatBase * > | _attributeList |
|
||||||||||||||||
|
Definition at line 16 of file RatStaticContainer.hxx. |
|
|
Definition at line 41 of file RatStaticContainer.hxx. |
|
|
adds an new attribute to the group at the end
Definition at line 103 of file RatStaticContainer.hxx. |
|
|
Definition at line 109 of file RatStaticContainer.hxx. |
|
|
Implements RayGina::CORE::RatContainer. Definition at line 49 of file RatStaticContainer.hxx. |
|
|
Implements RayGina::CORE::RatContainer. Definition at line 93 of file RatStaticContainer.hxx. |
|
|
Implements RayGina::CORE::RatContainer. Definition at line 46 of file RatStaticContainer.hxx. |
|
|
Definition at line 68 of file RatStaticContainer.hxx. |
|
|
Implements RayGina::CORE::RatContainer. Definition at line 43 of file RatStaticContainer.hxx. |
|
|
Definition at line 13 of file RatStaticContainer.hxx. |
|
|
Definition at line 10 of file RatStaticContainer.hxx. |
|
|
Definition at line 12 of file RatStaticContainer.hxx. |
|
|
Definition at line 11 of file RatStaticContainer.hxx. |
1.3.9.1