# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAICHARACTER::IZone Class Reference

#include <zone.h>

Inheritance diagram for NLAICHARACTER::IZone:

NLAICHARACTER::ICharacter NLAIAGENT::IRefrence NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 IZone (const IZone &)
 IZone (ICharacter *)
 IZone (const std::string &name)
 Built a new IZone with an CCharacterChild Character. More...

virtual ~IZone ()
virtual const IZone * isInZone (const IZone &) const=0
virtual const std::string & getName () const
virtual const ICharacterhaveCharacter (const std::string &s) const
virtual bool addCharacter (const ICharacter &c)
virtual bool canAddCharacter () const
virtual void addObject (const NLAIAGENT::IObjectIA *)
virtual void removeObject (const NLAIAGENT::IObjectIA *)
virtual NLAIAGENT::CIteratorContener getAttachement () const

Private Attributes

ICharacter_Character
NLAIAGENT::IBaseGroupType_Attachment

Constructor & Destructor Documentation

NLAICHARACTER::IZone::IZone const IZone &   
 

Definition at line 29 of file ai/character/zone.cpp.

NLAICHARACTER::IZone::IZone ICharacter  
 

Definition at line 33 of file ai/character/zone.cpp.

NLAICHARACTER::IZone::IZone const std::string &    name
 

Built a new IZone with an CCharacterChild Character.

Definition at line 37 of file ai/character/zone.cpp.

NLAICHARACTER::IZone::~IZone   [virtual]
 

Definition at line 41 of file ai/character/zone.cpp.

References _Attachment, _Character, and NLAIC::IPointerGestion::release.


Member Function Documentation

virtual bool NLAICHARACTER::IZone::addCharacter const ICharacter   c [inline, virtual]
 

Implements NLAICHARACTER::ICharacter.

Definition at line 54 of file include/nel/ai/character/zone.h.

References _Character, and NLAICHARACTER::ICharacter::ICharacter.

void NLAICHARACTER::IZone::addObject const NLAIAGENT::IObjectIA   [virtual]
 

Definition at line 47 of file ai/character/zone.cpp.

References _Attachment, and NLAIAGENT::IBaseGroupType::push.

virtual bool NLAICHARACTER::IZone::canAddCharacter   const [inline, virtual]
 

Implements NLAICHARACTER::ICharacter.

Definition at line 59 of file include/nel/ai/character/zone.h.

References _Character.

NLAIAGENT::CIteratorContener NLAICHARACTER::IZone::getAttachement   const [virtual]
 

Definition at line 57 of file ai/character/zone.cpp.

References _Attachment, and NLAIAGENT::IBaseGroupType::getIterator.

virtual const std::string& NLAICHARACTER::IZone::getName   const [inline, virtual]
 

Implements NLAICHARACTER::ICharacter.

Definition at line 46 of file include/nel/ai/character/zone.h.

References _Character.

virtual const ICharacter* NLAICHARACTER::IZone::haveCharacter const std::string &    s const [inline, virtual]
 

Implements NLAICHARACTER::ICharacter.

Definition at line 50 of file include/nel/ai/character/zone.h.

References _Character, NLAICHARACTER::ICharacter::ICharacter, and s.

const IZone * NLAICHARACTER::IZone::isInZone const IZone &    const [pure virtual]
 

Definition at line 62 of file ai/character/zone.cpp.

void NLAICHARACTER::IZone::removeObject const NLAIAGENT::IObjectIA   [virtual]
 

Definition at line 52 of file ai/character/zone.cpp.

References _Attachment, and NLAIAGENT::IBaseGroupType::erase.


Member Data Documentation

NLAIAGENT::IBaseGroupType* NLAICHARACTER::IZone::_Attachment [private]
 

Definition at line 35 of file include/nel/ai/character/zone.h.

Referenced by addObject, getAttachement, removeObject, and ~IZone.

ICharacter* NLAICHARACTER::IZone::_Character [private]
 

Definition at line 34 of file include/nel/ai/character/zone.h.

Referenced by addCharacter, canAddCharacter, getName, haveCharacter, and ~IZone.


The documentation for this class was generated from the following files: