#include <dummy-container.h>
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef T * | iterator |
typedef T * | const_iterator |
typedef size_t | size_type |
Public Methods | |
dummy_container () | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_type | size () const |
void | push_back (T const &) const |
sample use: see Grids/Algorithms/find-boundary-components.h
Definition at line 13 of file dummy-container.h.
|
Definition at line 15 of file dummy-container.h. |
|
Definition at line 16 of file dummy-container.h. |
|
Definition at line 17 of file dummy-container.h. |
|
Definition at line 18 of file dummy-container.h. |
|
Definition at line 19 of file dummy-container.h. |
|
Definition at line 20 of file dummy-container.h. Referenced by size. |
|
Definition at line 22 of file dummy-container.h. |
|
Definition at line 24 of file dummy-container.h. References iterator. |
|
Definition at line 25 of file dummy-container.h. References iterator. |
|
Definition at line 26 of file dummy-container.h. References const_iterator. |
|
Definition at line 27 of file dummy-container.h. References const_iterator. |
|
Definition at line 29 of file dummy-container.h. References size_type. |
|
Definition at line 31 of file dummy-container.h. |