Class Ifc2x3::IfcReferencesValueDocument¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3
::
IfcReferencesValueDocument
: public IfcUtil::IfcBaseEntity¶ Public Types
-
typedef IfcTemplatedEntityList<IfcReferencesValueDocument>
list
¶
Public Functions
-
::Ifc2x3::IfcDocumentSelect *
ReferencedDocument
() const¶
-
void
setReferencedDocument
(::Ifc2x3::IfcDocumentSelect *v)¶
-
IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr
ReferencingValues
() const¶
-
void
setReferencingValues
(IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr v)¶
-
bool
hasName
() const¶ Whether the optional attribute Name is defined for this IfcReferencesValueDocument.
-
std::string
Name
() const¶
-
void
setName
(std::string v)¶
-
bool
hasDescription
() const¶ Whether the optional attribute Description is defined for this IfcReferencesValueDocument.
-
std::string
Description
() const¶
-
void
setDescription
(std::string v)¶
-
IfcReferencesValueDocument
(IfcEntityInstanceData *e)¶
-
IfcReferencesValueDocument
(::Ifc2x3::IfcDocumentSelect *v1_ReferencedDocument, IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr v2_ReferencingValues, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description)¶
-
typedef IfcTemplatedEntityList<IfcReferencesValueDocument>