![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <probe/bus/detail/StatEvalTable.hpp>

Public Member Functions | |
| const T & | get (const std::list< IDType > &ids) const |
| T & | get (const std::list< IDType > &ids) |
| const T & | getByIndex (const std::list< int > &indices) const |
| void | set (const std::list< IDType > &ids, ValueType value) |
| Table (std::vector< detail::Sorter > config) | |
| ~Table () | |
Protected Types | |
| typedef T | ValueType |
Protected Attributes | |
| wns::container::DynamicMatrix < ValueType > * | root |
| std::vector< detail::Sorter > | sorters |
Private Member Functions | |
| std::list< int > | getCoords (const std::list< IDType > &ids) const |
Friends | |
| class | OutputFormatter |
Classes | |
| class | OutOfRange |
Definition at line 62 of file StatEvalTable.hpp.
typedef T wns::probe::bus::detail::Table< T >::ValueType [protected] |
Definition at line 67 of file StatEvalTable.hpp.
| wns::probe::bus::detail::Table< T >::Table | ( | std::vector< detail::Sorter > | config | ) | [inline] |
Definition at line 80 of file StatEvalTable.hpp.
| wns::probe::bus::detail::Table< T >::~Table | ( | ) | [inline] |
Definition at line 92 of file StatEvalTable.hpp.
| const T& wns::probe::bus::detail::Table< T >::get | ( | const std::list< IDType > & | ids | ) | const [inline] |
Definition at line 104 of file StatEvalTable.hpp.
| T& wns::probe::bus::detail::Table< T >::get | ( | const std::list< IDType > & | ids | ) | [inline] |
Definition at line 98 of file StatEvalTable.hpp.
| const T& wns::probe::bus::detail::Table< T >::getByIndex | ( | const std::list< int > & | indices | ) | const [inline] |
Definition at line 110 of file StatEvalTable.hpp.
| std::list<int> wns::probe::bus::detail::Table< T >::getCoords | ( | const std::list< IDType > & | ids | ) | const [inline, private] |
Definition at line 123 of file StatEvalTable.hpp.
| void wns::probe::bus::detail::Table< T >::set | ( | const std::list< IDType > & | ids, | |
| ValueType | value | |||
| ) | [inline] |
Definition at line 116 of file StatEvalTable.hpp.
friend class OutputFormatter [friend] |
Definition at line 64 of file StatEvalTable.hpp.
wns::container::DynamicMatrix<ValueType>* wns::probe::bus::detail::Table< T >::root [protected] |
Definition at line 77 of file StatEvalTable.hpp.
std::vector<detail::Sorter> wns::probe::bus::detail::Table< T >::sorters [protected] |
Definition at line 76 of file StatEvalTable.hpp.
1.5.5