|
NEST
2.6.0,not_revisioned_source_dir@0
|
#include <gid_collection.h>
Classes | |
| class | const_iterator |
Public Member Functions | |
| GIDCollection () | |
| GIDCollection (index first, index last) | |
| GIDCollection (IntVectorDatum gids) | |
| GIDCollection (TokenArray gids) | |
| void | print_me (std::ostream &out) const |
| index | operator[] (const size_t pos) const |
| bool | operator== (const GIDCollection &rhs) const |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size () const |
Private Attributes | |
| std::vector< index > | gid_array_ |
| std::pair< index, index > | gid_range_ |
| bool | is_range_ |
|
inline |
References gid_range_.
| nest::GIDCollection::GIDCollection | ( | IntVectorDatum | gids | ) |
References gid_array_.
| nest::GIDCollection::GIDCollection | ( | TokenArray | gids | ) |
References gid_array_, and TokenArray::size().
|
inline |
|
inline |
References size().
|
inline |
References gid_array_, gid_range_, and is_range_.
|
inline |
References gid_array_, gid_range_, and is_range_.
| void nest::GIDCollection::print_me | ( | std::ostream & | out | ) | const |
References gid_array_, gid_range_, is_range_, and size().
|
inline |
|
private |
Referenced by GIDCollection(), operator==(), operator[](), print_me(), and size().
Referenced by GIDCollection(), operator==(), operator[](), print_me(), and size().
|
private |
Referenced by operator==(), operator[](), print_me(), and size().
1.8.7