TTTT Analysis
0.1
|
Find and return the maximum value of a vector and its index. More...
#include <value.hpp>
Public Member Functions | |
MaxIndex (const std::string &name, const std::string &v_name) | |
![]() | |
ReduceIndex (const std::string &name, std::function< std::pair< T, int >(std::vector< T >)> reduce, Value< std::vector< T > > *v) | |
ReduceIndex (const std::string &name, std::function< std::pair< T, int >(std::vector< T >)> reduce, const std::string &v_name) | |
![]() | |
DerivedValue (const std::string &name) | |
std::pair< T, int > & | get_value () |
Calculate, if necessary, and return the value held by this object. | |
![]() | |
Value (const std::string &name) | |
![]() | |
GenValue (const std::string &name) | |
const std::string & | get_name () |
Additional Inherited Members | |
![]() | |
static void | reset () |
static GenValue * | get_value (const std::string &name) |
static void | summary () |
![]() | |
std::pair< T, int > | value |
bool | value_valid |
![]() | |
static std::map< const std::string, GenValue * > | values |
A static mapping containing all created Value objects. More... | |
Find and return the maximum value of a vector and its index.