#include <container.hxx>
Public Member Functions | |
| command_container () | |
| command_container (command *_cmd) | |
| ~command_container () | |
| deletes the carried command | |
| command * | get_command () |
| return the contained command | |
Private Member Functions | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| command * | cmd |
Friends | |
| class | boost::serialization::access |
| libt2n::command_container::command_container | ( | ) | [inline] |
References cmd.
| void libt2n::command_container::serialize | ( | Archive & | ar, | |
| const unsigned int | version | |||
| ) | [inline, private] |
| command* libt2n::command_container::get_command | ( | ) | [inline] |
friend class boost::serialization::access [friend] |
command* libt2n::command_container::cmd [private] |
Referenced by command_container(), get_command(), and ~command_container().
1.5.6