#include <DirectList.h>
Inheritance diagram for RobotFlow::DirectList:


Public Member Functions | |
| DirectList () | |
| DirectList (const DirectList &cpy) | |
| DirectList & | operator= (const DirectList &eq) |
| virtual | ~DirectList () |
| virtual void | printOn (std::ostream &out=std::cout) const |
| bool | listIsEmpty () |
| void | next () |
| void | emptyList () |
| void | putCommand (int type, float setX, float setY, float setH) |
| void | putCommand (int type, float command) |
| int | getCommandType () |
| float | getCommandX () |
| float | getCommandY () |
| float | getCommandH () |
| float | getCommandDist () |
| float | getCommandRot () |
| void | ref () |
| void | unref () |
| int | unique () |
| virtual void | destroy () |
| virtual void | serialize (std::ostream &out) const |
| virtual void | unserialize (std::istream &in) |
| virtual void | doesNotUnderstand (std::string method) |
| virtual bool | isNil () const |
| virtual void | prettyPrint (std::ostream &out=std::cout) const |
| virtual void | readFrom (std::istream &in=std::cin) |
| virtual ObjectRef | clone () |
| virtual std::string | className () const |
Static Public Member Functions | |
| static ObjectRef | newObject (const std::string &objType) |
| static int | addObjectType (const std::string &objType, _ObjectFactory *factory) |
| static std::map< std::string, _ObjectFactory * > & | ObjectFactoryDictionary () |
| static TypeMap< _ObjectFactory * > & | TypeidDictionary () |
Protected Attributes | |
| AtomicCounter | ref_count |
Private Attributes | |
| std::list< DirectCommand > | commandList |
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements FD::Object. |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
1.4.4