SST/macro
|
Basic class structure tutorial. More...
#include <illustration.h>
Public Types | |
typedef sprockit::refcount_ptr< illustration > | ptr |
Public typedefs. More... | |
typedef sprockit::refcount_ptr< const illustration > | const_ptr |
Public Member Functions | |
std::string | to_string () const |
Public functions and constructors. More... | |
illustration (const std::string &msg) | |
void | illustrate () |
std::string | message () const |
void | set_message (const std::string &msg) |
Public Member Functions inherited from sprockit::ptr_type | |
ptr_type () | |
int | nreferences () const |
virtual | ~ptr_type () |
Protected Attributes | |
std::string | message_ |
Member variables. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from sprockit::ptr_type | |
void | incref () |
int | decref () |
Basic class structure tutorial.
Definition at line 13 of file illustration.h.
Definition at line 19 of file illustration.h.
Public typedefs.
Definition at line 18 of file illustration.h.
|
inline |
Definition at line 29 of file illustration.h.
|
inline |
Definition at line 34 of file illustration.h.
References message_.
|
inline |
Definition at line 39 of file illustration.h.
References message_.
|
inline |
Definition at line 44 of file illustration.h.
References message_.
|
inline |
Public functions and constructors.
Definition at line 25 of file illustration.h.
|
protected |
Member variables.
Definition at line 50 of file illustration.h.
Referenced by illustrate(), message(), and set_message().