# 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  

NLAIAGENT::CComponentHandle Class Reference

#include <comp_handle.h>

List of all members.

Public Methods

 CComponentHandle ()
 ~CComponentHandle ()
 CComponentHandle (const IVarName &comp_name, IAgent *comp_father, bool get=false)
void getComponent ()
const IObjectIAgetValue ()
const IVarNamegetCompName ()

Private Attributes

IVarName_CompName
const IObjectIA_Comp
IAgent_CompFather


Constructor & Destructor Documentation

NLAIAGENT::CComponentHandle::CComponentHandle   [inline]
 

Definition at line 46 of file comp_handle.h.

References _Comp, and _CompFather.

NLAIAGENT::CComponentHandle::~CComponentHandle   [inline]
 

Definition at line 52 of file comp_handle.h.

References _CompName.

NLAIAGENT::CComponentHandle::CComponentHandle const IVarName   comp_name,
IAgent   comp_father,
bool    get = false
[inline]
 

Definition at line 60 of file comp_handle.h.

References _Comp, _CompFather, _CompName, and getComponent.


Member Function Documentation

const IVarName* NLAIAGENT::CComponentHandle::getCompName   [inline]
 

Definition at line 121 of file comp_handle.h.

References _CompName.

void NLAIAGENT::CComponentHandle::getComponent   [inline]
 

Definition at line 70 of file comp_handle.h.

References _Comp, _CompFather, _CompName, NLAIAGENT::IBaseGroupType::get, param, NLAIC::IPointerGestion::release, and NLAIAGENT::IBaseGroupType::size.

Referenced by CComponentHandle, and getValue.

const IObjectIA* NLAIAGENT::CComponentHandle::getValue   [inline]
 

Definition at line 112 of file comp_handle.h.

References _Comp, and getComponent.


Member Data Documentation

const IObjectIA* NLAIAGENT::CComponentHandle::_Comp [private]
 

Definition at line 42 of file comp_handle.h.

Referenced by CComponentHandle, getComponent, and getValue.

IAgent* NLAIAGENT::CComponentHandle::_CompFather [private]
 

Definition at line 43 of file comp_handle.h.

Referenced by CComponentHandle, and getComponent.

IVarName* NLAIAGENT::CComponentHandle::_CompName [private]
 

Definition at line 41 of file comp_handle.h.

Referenced by CComponentHandle, getCompName, getComponent, and ~CComponentHandle.


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