partial specialization of limbo::geometry::container_traits for commonly used data structures like std::list
More...
#include <Geometry.h>
| typedef std::list< T > | container_type |
| typedef container_type::value_type | value_type |
| typedef container_type::const_iterator | const_iterator_type |
| typedef container_type::iterator | iterator_type |
| static void | insert (container_type &container, value_type const &v) |
| | endnowarn
|
| static void | insert (container_type &container, iterator_type it, value_type const &v) |
| | insert value to container with hint of iterator
|
| static void | erase (container_type &container, iterator_type it) |
| | erase an element from container with iterator
|
| template<typename PointCompareType> |
| static container_type | construct (PointCompareType const &) |
| | a default construct function
|
template<typename T>
struct limbo::geometry::container_traits< std::list< T > >
partial specialization of limbo::geometry::container_traits for commonly used data structures like std::list
- Template Parameters
-
Definition at line 331 of file Geometry.h.
◆ const_iterator_type
◆ container_type
◆ iterator_type
◆ value_type
◆ construct()
template<typename T>
template<typename PointCompareType>
a default construct function
- Template Parameters
-
| PointCompareType | comparison type for point, not used here |
Definition at line 349 of file Geometry.h.
◆ erase()
erase an element from container with iterator
Definition at line 345 of file Geometry.h.
◆ insert() [1/2]
insert value to container with hint of iterator
Definition at line 343 of file Geometry.h.
◆ insert() [2/2]
endnowarn
insert value to container
Definition at line 341 of file Geometry.h.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/limbo-3.5.4-build/limbo-3.5.4/limbo/geometry/Geometry.h