cgma
|
#include <CommandFeedback.hpp>
Public Member Functions | |
DeprecatedCommandError (const CubitString &some_string) | |
int | wow_an_integer () const |
CubitString | wow_a_string () const |
CommandFeedback::Type | this_type () const |
Static Public Member Functions | |
static CommandFeedback::Type | type () |
Private Attributes | |
int | myInt |
CubitString | myString |
Definition at line 39 of file CommandFeedback.hpp.
DeprecatedCommandError::DeprecatedCommandError | ( | const CubitString & | some_string | ) | [inline] |
Definition at line 42 of file CommandFeedback.hpp.
CommandFeedback::Type DeprecatedCommandError::this_type | ( | ) | const [inline, virtual] |
Implements CommandFeedback.
Definition at line 54 of file CommandFeedback.hpp.
{ return DeprecatedCommandError::type(); }
static CommandFeedback::Type DeprecatedCommandError::type | ( | ) | [inline, static] |
Definition at line 51 of file CommandFeedback.hpp.
{ return typeid(DeprecatedCommandError); }
CubitString DeprecatedCommandError::wow_a_string | ( | ) | const [inline] |
Definition at line 48 of file CommandFeedback.hpp.
{ return myString; }
int DeprecatedCommandError::wow_an_integer | ( | ) | const [inline] |
Definition at line 46 of file CommandFeedback.hpp.
{ return myInt; }
int DeprecatedCommandError::myInt [private] |
Definition at line 58 of file CommandFeedback.hpp.
CubitString DeprecatedCommandError::myString [private] |
Definition at line 59 of file CommandFeedback.hpp.