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


Public Member Functions | |
| Recommandation () | |
| Recommandation (const Recommandation &recommandation) | |
| virtual void | printOn (std::ostream &out=std::cout) const | 
| virtual void | readFrom (std::istream &in) | 
| int | getDesirable () | 
| int | getRecommandation () | 
| int | getUndesirable () | 
| void | reset () | 
| void | setDesirable (int desirable) | 
| void | setUndesirable (int undesirable) | 
| Recommandation & | operator= (Recommandation a) | 
| Recommandation & | operator+= (Recommandation a) | 
| Recommandation | operator+ (Recommandation a) | 
| 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 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 | |
| int | m_desirable | 
| int | m_undesirable | 
| AtomicCounter | ref_count | 
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) | 
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Implements FD::Object.  | 
  
      
  | 
  
| 
 
 Reimplemented from FD::Object.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
 1.4.4