Constructor for a null variable. More...
#include <arcane/core/VariableBuildInfo.h>
Additional Inherited Members | |
| Public Member Functions inherited from Arcane::VariableBuildInfo | |
| VariableBuildInfo (IModule *m, const String &name, int property=0) | |
| Constructs an initializer for a variable. | |
| VariableBuildInfo (ISubDomain *sub_domain, const String &name, int property=0) | |
| Constructs an initializer for a variable without associating it with a module. | |
| VariableBuildInfo (IVariableMng *variable_mng, const String &name, int property=0) | |
| Constructs an initializer for a variable without associating it with a module. | |
| VariableBuildInfo (IMesh *mesh, const String &name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (const MeshHandle &mesh_handle, const String &name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (IModule *m, const String &name, const String &item_family_name, int property=0) | |
| Constructs an initializer for a variable. | |
| VariableBuildInfo (IMesh *mesh, const String &name, const String &item_family_name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (const MeshHandle &mesh_handle, const String &name, const String &item_family_name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (ISubDomain *sd, const String &name, const String &mesh_name, const String &item_family_name, int property=0) | |
| Constructs an initializer for a variable not associated with a mesh. | |
| VariableBuildInfo (IVariableMng *variable_mng, const String &name, const String &mesh_name, const String &item_family_name, int property=0) | |
| Constructs an initializer for a variable not associated with a mesh. | |
| VariableBuildInfo (IItemFamily *family, const String &name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (IModule *m, const String &name, const String &item_family_name, const String &item_group_name, int property=0) | |
| Constructs an initializer for a variable. | |
| VariableBuildInfo (IMesh *mesh, const String &name, const String &item_family_name, const String &item_group_name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (const MeshHandle &mesh_handle, const String &name, const String &item_family_name, const String &item_group_name, int property=0) | |
| Constructs an initializer for a variable associated with a mesh other than the default mesh. | |
| VariableBuildInfo (ISubDomain *sd, const String &name, const String &mesh_name, const String &item_family_name, const String &item_group_name, int property=0) | |
| Constructs an initializer for a variable not associated with a mesh. | |
| VariableBuildInfo (IVariableMng *variable_mng, const String &name, const String &mesh_name, const String &item_family_name, const String &item_group_name, int property=0) | |
| Constructs an initializer for a variable not associated with a mesh. | |
| ISubDomain * | subDomain () const |
| IVariableMng * | variableMng () const |
| IDataFactoryMng * | dataFactoryMng () const |
| ITraceMng * | traceMng () const |
| IModule * | module () const |
| IMesh * | mesh () const |
| const MeshHandle & | meshHandle () const |
| const String & | name () const |
| const String & | itemFamilyName () const |
| const String & | itemGroupName () const |
| const String & | meshName () const |
| int | property () const |
| bool | isNull () const |
Constructor for a null variable.
Definition at line 299 of file VariableBuildInfo.h.
|
inline |
Definition at line 304 of file VariableBuildInfo.h.