Public Types | |
| using | Params = UniqueArray<SmallVariant> |
Public Member Functions | |
| ICFParamSetter (Params *v) | |
| virtual void | value (Integer id, Real &v) const =0 |
| virtual void | value (Integer id, Integer &v) const =0 |
| virtual CaseTable::eError | appendValue (const String &value)=0 |
| virtual CaseTable::eError | setValue (Integer id, const String &value)=0 |
| virtual CaseTable::eError | setValue (Integer id, Real v)=0 |
| virtual CaseTable::eError | setValue (Integer id, Integer v)=0 |
| virtual void | removeValue (Integer id)=0 |
| virtual void | toString (Integer id, String &str) const =0 |
Protected Member Functions | |
| const SmallVariant & | param (Integer id) const |
| SmallVariant & | param (Integer id) |
| Params & | params () |
| Integer | nbElement () const |
Private Attributes | |
| Params * | m_param_list |
Definition at line 33 of file CaseTableParams.cc.
| using Arcane::ICFParamSetter::Params = UniqueArray<SmallVariant> |
Definition at line 37 of file CaseTableParams.cc.
|
inline |
Definition at line 41 of file CaseTableParams.cc.
|
inlinevirtual |
Definition at line 44 of file CaseTableParams.cc.
|
inlineprotected |
Definition at line 65 of file CaseTableParams.cc.
|
inlineprotected |
Definition at line 61 of file CaseTableParams.cc.
|
inlineprotected |
Definition at line 59 of file CaseTableParams.cc.
|
inlineprotected |
Definition at line 63 of file CaseTableParams.cc.
|
private |
Definition at line 69 of file CaseTableParams.cc.