Class TokenArgument¶
Defined in File IfcParse.h
Inheritance Relationships¶
Base Type¶
public Argument(Class Argument)
Class Documentation¶
-
class
IfcParse::TokenArgument: public Argument¶ Argument of type scalar or string, e.g. #1=IfcVector(#2,1.0); == ===
Public Functions
-
IfcUtil::ArgumentType
type() const¶
-
operator int() const¶
-
operator bool() const¶
-
operator double() const¶
-
operator std::string() const¶
-
operator boost::dynamic_bitset() const¶
-
operator IfcUtil::IfcBaseClass*() const¶
-
bool
isNull() const¶
-
unsigned int
size() const¶
-
std::string
toString(bool upper = false) const¶
-
IfcUtil::ArgumentType