rad  3.0.0
Public Member Functions | List of all members
scxml4cpp::Context Class Reference

#include <Context.h>

Public Member Functions

 Context ()
 
 Context (const Context &c)
 
Contextoperator= (const Context &c)
 
 ~Context ()
 
const std::string & getName () const
 
const std::string & getSessionId () const
 
EventgetLastEvent () const
 
void setName (const std::string &name)
 
void setSessionId (const std::string &id)
 
void setLastEvent (Event *e)
 

Constructor & Destructor Documentation

◆ Context() [1/2]

Context::Context ( )

◆ Context() [2/2]

Context::Context ( const Context c)

◆ ~Context()

Context::~Context ( )

Member Function Documentation

◆ getLastEvent()

Event * Context::getLastEvent ( ) const

◆ getName()

const std::string & Context::getName ( ) const

◆ getSessionId()

const std::string & Context::getSessionId ( ) const

◆ operator=()

Context & Context::operator= ( const Context c)

◆ setLastEvent()

void Context::setLastEvent ( Event e)

◆ setName()

void Context::setName ( const std::string &  name)

◆ setSessionId()

void Context::setSessionId ( const std::string &  id)

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