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

#include <statemap.h>

Public Member Functions

int getId () const
 
const char * getName () const
 

Protected Member Functions

 State (const char *name, int stateId)
 
virtual ~State ()
 

Protected Attributes

char * _name
 
int _stateId
 

Private Member Functions

 State ()
 
 State (const State &)
 

Detailed Description

Definition at line 380 of file statemap.h.

Constructor & Destructor Documentation

statemap::State::State ( const char *  name,
int  stateId 
)
inlineprotected

Definition at line 397 of file statemap.h.

virtual statemap::State::~State ( )
inlineprotectedvirtual

Definition at line 411 of file statemap.h.

statemap::State::State ( )
inlineprivate

Definition at line 423 of file statemap.h.

statemap::State::State ( const State )
inlineprivate

Definition at line 424 of file statemap.h.

Member Function Documentation

int statemap::State::getId ( ) const
inline

Definition at line 391 of file statemap.h.

const char* statemap::State::getName ( ) const
inline

Definition at line 386 of file statemap.h.

Member Data Documentation

char* statemap::State::_name
protected

Definition at line 432 of file statemap.h.

int statemap::State::_stateId
protected

Definition at line 435 of file statemap.h.


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


smclib
Author(s): Various
autogenerated on Wed Sep 2 2020 03:40:43