#include <sot/core/task-abstract.hh>
Public Member Functions | |
MemoryTaskAbstract (void) | |
virtual | ~MemoryTaskAbstract (void) |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os)=0 |
virtual void | display (std::ostream &os) const =0 |
Public Attributes | |
int | timeLastChange |
Friends | |
std::ostream & | operator<< (std::ostream &os, const MemoryTaskAbstract &tcm) |
dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract::MemoryTaskAbstract | ( | void | ) | [inline] |
virtual dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract::~MemoryTaskAbstract | ( | void | ) | [inline, virtual] |
virtual void dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [pure virtual] |
Implemented in dynamicgraph::sot::SotH::MemoryTaskSOTH, and dynamicgraph::sot::MemoryTaskSOT.
virtual void dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract::display | ( | std::ostream & | os | ) | const [pure virtual] |
Implemented in dynamicgraph::sot::SotH::MemoryTaskSOTH, and dynamicgraph::sot::MemoryTaskSOT.
std::ostream& operator<< | ( | std::ostream & | os, |
const MemoryTaskAbstract & | tcm | ||
) | [friend] |