Class FileName¶
Defined in File IfcSpfHeader.h
Inheritance Relationships¶
Base Type¶
public IfcParse::HeaderEntity
(Class HeaderEntity)
Class Documentation¶
-
class
IfcParse
::
FileName
: public IfcParse::HeaderEntity¶ Public Functions
-
std::string
name
() const¶
-
std::string
time_stamp
() const¶
-
std::vector<std::string>
organization
() const¶
-
std::string
preprocessor_version
() const¶
-
std::string
originating_system
() const¶
-
void
name
(const std::string &value)¶
-
void
time_stamp
(const std::string &value)¶
-
void
organization
(const std::vector<std::string> &value)¶
-
void
preprocessor_version
(const std::string &value)¶
-
void
originating_system
(const std::string &value)¶
-
std::string