#include <scds_pso_tuple.h>
Public Member Functions | |
SCDSPSODataTuple | get (const std::string &key) |
SCDSPSOTuple & | operator= (const SCDSPSOTuple &t) |
void | put (const std::string &key, const SCDSPSODataTuple &data) |
SCDSPSOTuple () | |
SCDSPSOTuple (const SCDSPSOTuple &t) | |
~SCDSPSOTuple () | |
Private Attributes | |
boost::shared_ptr< MsgQueueManager > | mqm_ |
boost::shared_ptr< RuntimeHandle > | rth_ |
Definition at line 43 of file scds_pso_tuple.h.
micros_swarm::SCDSPSOTuple::SCDSPSOTuple | ( | ) |
Definition at line 27 of file scds_pso_tuple.cpp.
micros_swarm::SCDSPSOTuple::SCDSPSOTuple | ( | const SCDSPSOTuple & | t | ) |
Definition at line 33 of file scds_pso_tuple.cpp.
micros_swarm::SCDSPSOTuple::~SCDSPSOTuple | ( | ) |
Definition at line 49 of file scds_pso_tuple.cpp.
SCDSPSODataTuple micros_swarm::SCDSPSOTuple::get | ( | const std::string & | key | ) |
Definition at line 79 of file scds_pso_tuple.cpp.
SCDSPSOTuple & micros_swarm::SCDSPSOTuple::operator= | ( | const SCDSPSOTuple & | t | ) |
Definition at line 39 of file scds_pso_tuple.cpp.
void micros_swarm::SCDSPSOTuple::put | ( | const std::string & | key, |
const SCDSPSODataTuple & | data | ||
) |
Definition at line 55 of file scds_pso_tuple.cpp.
|
private |
Definition at line 53 of file scds_pso_tuple.h.
|
private |
Definition at line 52 of file scds_pso_tuple.h.