Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::IContainerEquation Class Reference

#include <equation.h>

Inheritance diagram for csfl::IContainerEquation::

csfl::IContainer csfl::IObjectArrayOf csfl::ISFLObject csfl::ISimpleArrayOf List of all members.

Public Methods

 IContainerEquation (const IString &_name=IString::empty, bool _b=true)
 IContainerEquation (IContainerEquation *_eqc)
 ~IContainerEquation ()
IEquationFind (const IString &_name=IString::empty)
IEquationFind (TEquationType _et=etNULL)

Detailed Description

Classe responsável pelo gerenciamento de um conjunto de objetos do tipo IEquation.


Constructor & Destructor Documentation

csfl::IContainerEquation::IContainerEquation ( const IString & _name = IString::empty,
bool _b = true )
 

O argumento ”_name” representa o nome de um conjunto de objetos do tipo IEquation, ”_b” define se o container será proprietário dos objetos a ele adicionados, ou seja, se ”_b” é verdadeiro quando o container for deletado ele se encarregará de deltetar seus componentes.

csfl::IContainerEquation::IContainerEquation ( IContainerEquation * _eqc )
 

Constrói um objeto IContainerEquation a partir de outro.

csfl::IContainerEquation::~IContainerEquation ( )
 


Member Function Documentation

IEquation * csfl::IContainerEquation::Find ( TEquationType _et = etNULL )
 

Retorna o objeto do conjunto cujo identificador corresponde ao argumento “_et”. A procura é regressiva.

IEquation * csfl::IContainerEquation::Find ( const IString & _name = IString::empty )
 

Retorna o objeto do conjunto cujo nome corresponde a “_name”. A procura é regressiva.


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

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster