Class attribute

Class Documentation

class IfcParse::attribute

Public Functions

attribute(const std::string &name, parameter_type *type_of_attribute, bool optional)
const std::string &name() const
const parameter_type *type_of_attribute() const
bool optional() const

Protected Attributes

std::string name_
const parameter_type *type_of_attribute_
bool optional_