Paramètre d'une fonction. Plus de détails...
#include <arcane/core/CaseTableParams.h>
Graphe de collaboration de Arcane::CaseTableParams: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 |
Fonctions membres privées | |
| template<typename T> | |
| void | _getRange (T v, Int32 &begin, Int32 &end) const |
Attributs privés | |
| Impl * | m_p |
Paramètre d'une fonction.
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.
|
inlineprivate |
Définition à la ligne 390 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.
|
private |
Définition à la ligne 61 du fichier CaseTableParams.h.