Stride Reference Manual
- generated for commit 9643b11
|
Specialisation of IdSubscriptArray foor booleans. More...
#include <IdSubscriptArray.h>
Public Member Functions | |
IdSubscriptArray (bool t=bool()) | |
What we 'll use most often and where we can have a default and initialize all array elements to the same value. More... | |
IdSubscriptArray (std::initializer_list< bool > l) | |
When we want to use an initializer list the elements is the (possibly emty) initializer list are applied to the first elements in order; any remaininig elements are default initialized. More... | |
std::bitset< NumOfTypes()>::reference | operator[] (ContactType::Id id) |
Subscripting with pool typ id as argument. More... | |
bool | operator[] (ContactType::Id id) const |
Subscripting with pool typ id as argument. More... | |
bitset< NumOfTypes()>::reference | at (ContactType::Id id) |
Subscripting with pool typ id as argument. More... | |
bool | at (ContactType::Id id) const |
Subscripting with pool typ id as argument. More... | |
Specialisation of IdSubscriptArray foor booleans.
Definition at line 133 of file IdSubscriptArray.h.
|
inlineexplicit |
What we 'll use most often and where we can have a default and initialize all array elements to the same value.
e.g. IdSubscriptArray<bool> m(true);
Definition at line 139 of file IdSubscriptArray.h.
|
inline |
When we want to use an initializer list the elements is the (possibly emty) initializer list are applied to the first elements in order; any remaininig elements are default initialized.
e.g. IdSubscriptArray<bool> mm {true, false, true};
Definition at line 151 of file IdSubscriptArray.h.
References stride::ContactType::IdList, and stride::ContactType::IdSubscriptArray< T >::operator[]().
|
inline |
Subscripting with pool typ id as argument.
Definition at line 165 of file IdSubscriptArray.h.
References stride::ContactType::ToSizeT().
|
inline |
Subscripting with pool typ id as argument.
Definition at line 171 of file IdSubscriptArray.h.
References stride::ContactType::ToSizeT().
|
inline |
Subscripting with pool typ id as argument.
Definition at line 177 of file IdSubscriptArray.h.
References stride::ContactType::NumOfTypes(), and stride::ContactType::ToSizeT().
|
inline |
Subscripting with pool typ id as argument.
Definition at line 186 of file IdSubscriptArray.h.
References stride::ContactType::NumOfTypes(), and stride::ContactType::ToSizeT().