Classes | |
class | Impl |
Fonctions membres publiques | |
CaseTableParams (CaseTable::eParamType v) | |
bool | null () const |
Integer | nbElement () const |
void | value (Integer id, Real &v) const |
void | value (Integer id, Integer &v) const |
CaseTable::eError | appendValue (const String &value) |
CaseTable::eError | setValue (Integer id, const String &value) |
CaseTable::eError | setValue (Integer id, Real v) |
CaseTable::eError | setValue (Integer id, Integer v) |
void | removeValue (Integer id) |
void | toString (Integer id, String &str) const |
void | setType (ICaseFunction::eParamType new_type) |
void | getRange (Real v, Int32 &begin, Int32 &end) const |
void | getRange (Integer v, Int32 &begin, Int32 &end) const |
Définition à la ligne 31 du fichier CaseTableParams.h.
Arcane::CaseTableParams::CaseTableParams | ( | CaseTable::eParamType | v | ) |
Définition à la ligne 288 du fichier CaseTableParams.cc.
|
virtual |
Définition à la ligne 294 du fichier CaseTableParams.cc.
CaseTable::eError Arcane::CaseTableParams::appendValue | ( | const String & | value | ) |
Définition à la ligne 324 du fichier CaseTableParams.cc.
Définition à la ligne 424 du fichier CaseTableParams.cc.
Définition à la ligne 415 du fichier CaseTableParams.cc.
Integer Arcane::CaseTableParams::nbElement | ( | ) | const |
Définition à la ligne 306 du fichier CaseTableParams.cc.
bool Arcane::CaseTableParams::null | ( | ) | const |
Définition à la ligne 300 du fichier CaseTableParams.cc.
void Arcane::CaseTableParams::removeValue | ( | Integer | id | ) |
Définition à la ligne 348 du fichier CaseTableParams.cc.
void Arcane::CaseTableParams::setType | ( | ICaseFunction::eParamType | new_type | ) |
Définition à la ligne 360 du fichier CaseTableParams.cc.
CaseTable::eError Arcane::CaseTableParams::setValue | ( | Integer | id, |
const String & | value ) |
Définition à la ligne 330 du fichier CaseTableParams.cc.
CaseTable::eError Arcane::CaseTableParams::setValue | ( | Integer | id, |
Integer | v ) |
Définition à la ligne 342 du fichier CaseTableParams.cc.
CaseTable::eError Arcane::CaseTableParams::setValue | ( | Integer | id, |
Real | v ) |
Définition à la ligne 336 du fichier CaseTableParams.cc.
Définition à la ligne 354 du fichier CaseTableParams.cc.
Définition à la ligne 318 du fichier CaseTableParams.cc.
Définition à la ligne 312 du fichier CaseTableParams.cc.