Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::PropertyImpl Class Reference
Collaboration diagram for Arcane::PropertyImpl:

Classes

class  FieldProperty
class  Int32Value
class  PropertyKeyValues

Static Public Member Functions

static Int32Value getInt32 (const String &str_value, Int32 default_value)
static void checkSet (FieldProperty< bool > &p, const String &str_value)
static void checkSet (FieldProperty< Int32 > &p, const String &str_value)
static void checkSet (FieldProperty< StringList > &p, const String &str_value)
static void checkSet (FieldProperty< StringList > &p, const StringList &str_values)
static void checkSet (FieldProperty< String > &p, const String &str_value)

Detailed Description

Definition at line 35 of file FieldProperty.h.

Member Function Documentation

◆ checkSet() [1/5]

void Arcane::PropertyImpl::checkSet ( FieldProperty< bool > & p,
const String & str_value )
inlinestatic

Definition at line 118 of file FieldProperty.h.

◆ checkSet() [2/5]

void Arcane::PropertyImpl::checkSet ( FieldProperty< Int32 > & p,
const String & str_value )
inlinestatic

Definition at line 129 of file FieldProperty.h.

◆ checkSet() [3/5]

void Arcane::PropertyImpl::checkSet ( FieldProperty< String > & p,
const String & str_value )
inlinestatic

Definition at line 156 of file FieldProperty.h.

◆ checkSet() [4/5]

void Arcane::PropertyImpl::checkSet ( FieldProperty< StringList > & p,
const String & str_value )
inlinestatic

Definition at line 140 of file FieldProperty.h.

◆ checkSet() [5/5]

void Arcane::PropertyImpl::checkSet ( FieldProperty< StringList > & p,
const StringList & str_values )
inlinestatic

Definition at line 150 of file FieldProperty.h.

◆ getInt32()

Int32Value Arcane::PropertyImpl::getInt32 ( const String & str_value,
Int32 default_value )
inlinestatic

Definition at line 108 of file FieldProperty.h.


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