Public Member Functions | Private Attributes | List of all members
statemap::TransitionUndefinedException Class Reference

#include <statemap.h>

Inheritance diagram for statemap::TransitionUndefinedException:
Inheritance graph
[legend]

Public Member Functions

const char * getState () const
 
const char * getTransition () const
 
const TransitionUndefinedExceptionoperator= (const TransitionUndefinedException &ex)
 
 TransitionUndefinedException ()
 
 TransitionUndefinedException (const char *state, const char *transition)
 
 TransitionUndefinedException (const TransitionUndefinedException &ex)
 
virtual ~TransitionUndefinedException () throw ()
 
- Public Member Functions inherited from statemap::SmcException
virtual ~SmcException () throw ()
 

Private Attributes

char * _state
 
char * _transition
 

Additional Inherited Members

- Protected Member Functions inherited from statemap::SmcException
 SmcException (const std::string &reason)
 

Detailed Description

Definition at line 191 of file statemap.h.

Constructor & Destructor Documentation

statemap::TransitionUndefinedException::TransitionUndefinedException ( )
inline

Definition at line 199 of file statemap.h.

statemap::TransitionUndefinedException::TransitionUndefinedException ( const char *  state,
const char *  transition 
)
inline

Definition at line 207 of file statemap.h.

statemap::TransitionUndefinedException::TransitionUndefinedException ( const TransitionUndefinedException ex)
inline

Definition at line 215 of file statemap.h.

virtual statemap::TransitionUndefinedException::~TransitionUndefinedException ( )
throw (
)
inlinevirtual

Definition at line 223 of file statemap.h.

Member Function Documentation

const char* statemap::TransitionUndefinedException::getState ( ) const
inline

Definition at line 265 of file statemap.h.

const char* statemap::TransitionUndefinedException::getTransition ( ) const
inline

Definition at line 271 of file statemap.h.

const TransitionUndefinedException& statemap::TransitionUndefinedException::operator= ( const TransitionUndefinedException ex)
inline

Definition at line 240 of file statemap.h.

Member Data Documentation

char* statemap::TransitionUndefinedException::_state
private

Definition at line 274 of file statemap.h.

char* statemap::TransitionUndefinedException::_transition
private

Definition at line 285 of file statemap.h.


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


smclib
Author(s): Various
autogenerated on Wed Mar 20 2019 07:55:33