Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Property Class Reference

Definition of types for properties. More...

#include <arcane/core/IProperty.h>

Inheritance diagram for Arcane::Property:
Collaboration diagram for Arcane::Property:

Public Types

enum  ePropertyKind { PkSimple , PkEnum , PkExtended , PkComplex }
 Kind of a property. More...
enum  eSimpleType { StString , StReal , StInteger , StBool }
 Simple type in the case of a PkSimple kind. More...

Detailed Description

Definition of types for properties.

Definition at line 39 of file IProperty.h.

Member Enumeration Documentation

◆ ePropertyKind

Kind of a property.

Enumerator
PkSimple 

Simple kind (Real, integer, string, ...).

PkEnum 

Enumerated kind.

PkExtended 

Extended kind.

PkComplex 

Complex kind containing sub-types.

Definition at line 48 of file IProperty.h.

◆ eSimpleType

Simple type in the case of a PkSimple kind.

Definition at line 56 of file IProperty.h.


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