Class ArgumentList¶
Defined in File IfcParse.h
Inheritance Relationships¶
Base Type¶
public Argument(Class Argument)
Class Documentation¶
-
class
IfcParse::ArgumentList: public Argument¶ Argument of type list, e.g.
Public Functions
-
ArgumentList()¶
-
ArgumentList(size_t n)¶
-
~ArgumentList()¶
-
void
read(IfcSpfLexer *t, std::vector<unsigned int> &ids)¶
-
IfcUtil::ArgumentType
type() const¶
-
operator std::vector<int>() const¶
-
operator std::vector<double>() const¶
-
operator std::vector<std::string>() const¶
-
operator std::vector<boost::dynamic_bitset>() const¶
-
operator IfcEntityList::ptr() const¶
-
operator std::vector<std::vector<int>>() const¶
-
operator std::vector<std::vector<double>>() const¶
-
operator IfcEntityListList::ptr() const¶
-
bool
isNull() const¶
-
unsigned int
size() const¶
-
std::string
toString(bool upper = false) const¶
-
size_t &
size()¶
-