# 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  

NLAISCRIPT::COperandAnyObject Class Reference

Class COperandAnyObject. More...

#include <type_def.h>

Inheritance diagram for NLAISCRIPT::COperandAnyObject:

NLAISCRIPT::IOpType NLAISCRIPT::IConstraint NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 COperandAnyObject ()
const char * getInfo ()
 Get a string info. More...

const NLAIC::CIdentTypegetConstraintTypeOf ()
 Type of the expression that it have to be resolve by constraint. More...

virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
virtual ConstraintTypeEnum getTypeOfClass () const
 get the type of class. the type must be in the ConstraintTypeEnum enumeration. More...

bool operator== (const IConstraint &c) const
bool dependOn (const IConstraint *) const
 If this constraint depond on other constraint. More...

const IConstraintclone () const
 Get a clone pointer memory. More...

bool satisfied ()
 If the constraint is resolved. More...

virtual ~COperandAnyObject ()

Detailed Description

Class COperandAnyObject.

This class define an void type, its use for the no return method type.

Author:
Chafik sameh , Nevrax France
Date:
2000

Definition at line 153 of file type_def.h.


Constructor & Destructor Documentation

NLAISCRIPT::COperandAnyObject::COperandAnyObject   [inline]
 

Definition at line 157 of file type_def.h.

Referenced by clone.

virtual NLAISCRIPT::COperandAnyObject::~COperandAnyObject   [inline, virtual]
 

Definition at line 210 of file type_def.h.


Member Function Documentation

const IConstraint* NLAISCRIPT::COperandAnyObject::clone   const [inline, virtual]
 

Get a clone pointer memory.

Implements NLAISCRIPT::IConstraint.

Definition at line 199 of file type_def.h.

References COperandAnyObject, NLAISCRIPT::IConstraint::IConstraint, and x.

bool NLAISCRIPT::COperandAnyObject::dependOn const IConstraint   const [inline, virtual]
 

If this constraint depond on other constraint.

Implements NLAISCRIPT::IConstraint.

Definition at line 194 of file type_def.h.

References NLAISCRIPT::IConstraint::IConstraint.

const NLAIC::CIdentType* NLAISCRIPT::COperandAnyObject::getConstraintTypeOf   [inline, virtual]
 

Type of the expression that it have to be resolve by constraint.

Implements NLAISCRIPT::IConstraint.

Definition at line 166 of file type_def.h.

References NLAIC::CIdentType::VoidType.

const char* NLAISCRIPT::COperandAnyObject::getInfo   [inline, virtual]
 

Get a string info.

Implements NLAISCRIPT::IConstraint.

Definition at line 161 of file type_def.h.

virtual ConstraintTypeEnum NLAISCRIPT::COperandAnyObject::getTypeOfClass   const [inline, virtual]
 

get the type of class. the type must be in the ConstraintTypeEnum enumeration.

Implements NLAISCRIPT::IConstraint.

Definition at line 184 of file type_def.h.

References NLAISCRIPT::IConstraint::ConstraintTypeEnum, and NLAISCRIPT::IConstraint::operandAnyObject.

Referenced by serial.

bool NLAISCRIPT::COperandAnyObject::operator== const IConstraint   c const [inline, virtual]
 

Implements NLAISCRIPT::IConstraint.

Definition at line 189 of file type_def.h.

References NLAISCRIPT::IConstraint::IConstraint.

bool NLAISCRIPT::COperandAnyObject::satisfied   [inline, virtual]
 

If the constraint is resolved.

Implements NLAISCRIPT::IConstraint.

Definition at line 205 of file type_def.h.

virtual void NLAISCRIPT::COperandAnyObject::serial NLMISC::IStream   f throw (NLMISC::EStream) [inline, virtual]
 

Reimplemented from NLAIC::IPointerGestion.

Definition at line 171 of file type_def.h.

References getTypeOfClass.


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