Class IfcEntityListList

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)
outer_it begin() const
outer_it end() const
int size() const
int totalSize() const
bool contains(IfcUtil::IfcBaseClass *instance) const
template<class U>
IfcTemplatedEntityListList<U>::ptr as()