![]() |
![]() |
Public Member Functions | |
int | ii (size_t ind) |
bool | operator() (const size_t a, const size_t b) const |
int | operator[] (size_t ind) const |
sorted_indices (const std::vector< int > &arr) | |
Public Attributes | |
const std::vector< int > & | arr_ |
std::vector< int > | ind_ |
evf::iDie::sorted_indices::sorted_indices | ( | const std::vector< int > & | arr | ) | [inline] |
int evf::iDie::sorted_indices::ii | ( | size_t | ind | ) | [inline] |
Definition at line 106 of file iDie.h.
References ind_.
Referenced by evf::iDie::iChoke().
{return ind_[ind];}
bool evf::iDie::sorted_indices::operator() | ( | const size_t | a, |
const size_t | b | ||
) | const [inline] |
int evf::iDie::sorted_indices::operator[] | ( | size_t | ind | ) | const [inline] |
const std::vector<int>& evf::iDie::sorted_indices::arr_ |
Definition at line 108 of file iDie.h.
Referenced by operator()(), operator[](), and sorted_indices().
std::vector<int> evf::iDie::sorted_indices::ind_ |
Definition at line 107 of file iDie.h.
Referenced by ii(), operator[](), and sorted_indices().