Here are listed all the containers that are managed by the framework. All containers can be used together.
Type | Header |
---|---|
std::vector * | glv_QStandardItemModelMaker_spec_std_container.h |
std::list * | glv_QStandardItemModelMaker_spec_std_container.h |
std::deque * | glv_QStandardItemModelMaker_spec_std_container.h |
std::array * | glv_QStandardItemModelMaker_spec_std_container.h |
std::map | glv_QStandardItemModelMaker_spec_std_map.h |
SlvPool | glv_QStandardItemModelMaker_spec_SlvPool.h |
* Containers creating a table when used together. Example: std::vector< std::array<int, 4> >
.