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


Public Member Functions | |
| Exploitation (int max_element=100) | |
| Exploitation (const Exploitation &cpy) | |
| Exploitation & | operator= (const Exploitation &eq) |
| virtual | ~Exploitation () |
| virtual void | printOn (std::ostream &out=std::cout) const |
| void | add_entry (int count, FD::Node *node, int output_id) |
| void | set_max_element (int max_element) |
| std::list< ExploitationEntry > & | get_exploitation () |
| int | get_max_element () |
| int | get_size () |
| virtual bool | isNil () const |
| void | clearNilFlag () |
| 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 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< ExploitationEntry > | m_exploitation |
| The list of ExploitationEntry (ies). | |
| int | m_max_element |
| maximum exploitation entries in the list | |
| bool | m_isNilFlag |
| the isNil flag | |
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) |
|
|
Constructor with maximum ExploitationEntry in the exploitation registery
|
|
|
Copy Constructor
|
|
|
Destructor |
|
||||||||||||||||
|
Constructor with count, node, output_id args.
|
|
|
|
|
|
Returns a reference to the list of ExloitationEntry
|
|
|
Get the maximum number of elements in the ExploitationEntry list
|
|
|
Get the number of ExploitationEntry in the list
|
|
|
Is the Exploitation object valid ?
Reimplemented from FD::Object. |
|
|
= operator
|
|
|
Printing object to an output stream in the Overflow format.
Implements FD::Object. |
|
|
Sets the maximum number ExploitationEntry in the registery
|
|
|
|
|
|
|
|
|
|
1.4.4