cgma
DeprecatedCommandError Class Reference

#include <CommandFeedback.hpp>

Inheritance diagram for DeprecatedCommandError:
CommandFeedback

List of all members.

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

Detailed Description

Definition at line 39 of file CommandFeedback.hpp.


Constructor & Destructor Documentation

Definition at line 42 of file CommandFeedback.hpp.

    : myInt(27), myString(some_string) 
  {}

Member Function Documentation

Implements CommandFeedback.

Definition at line 54 of file CommandFeedback.hpp.

Definition at line 51 of file CommandFeedback.hpp.

  { return typeid(DeprecatedCommandError); }

Definition at line 48 of file CommandFeedback.hpp.

  { return myString; }

Definition at line 46 of file CommandFeedback.hpp.

  { return myInt; }

Member Data Documentation

Definition at line 58 of file CommandFeedback.hpp.

Definition at line 59 of file CommandFeedback.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines