Template Class IfcTemplatedEntityList

Class Documentation

template<class T>
class IfcTemplatedEntityList

Public Types

typedef boost::shared_ptr<IfcTemplatedEntityList<T>> ptr
typedef std::vector<T*>::const_iterator it

Public Functions

void push(T *t)
void push(ptr t)
it begin()
it end()
unsigned int size() const
IfcEntityList::ptr generalize()
bool contains(T *t) const
template<class U>
U::list::ptr as()
void remove(T *t)