Class IfcEntityListList¶
Defined in File IfcEntityList.h
Class Documentation¶
-
class
IfcEntityListList
¶ Public Types
-
typedef boost::shared_ptr<IfcEntityListList>
ptr
¶
-
typedef std::vector<std::vector<IfcUtil::IfcBaseClass*>>::const_iterator
outer_it
¶
-
typedef std::vector<IfcUtil::IfcBaseClass*>::const_iterator
inner_it
¶
Public Functions
-
void
push
(const std::vector<IfcUtil::IfcBaseClass*> &l)¶
-
void
push
(const IfcEntityList::ptr &l)¶
-
int
size
() const¶
-
int
totalSize
() const¶
-
bool
contains
(IfcUtil::IfcBaseClass *instance) const¶
-
template<class
U
>
IfcTemplatedEntityListList<U>::ptras
()¶
-
typedef boost::shared_ptr<IfcEntityListList>