TTTT Analysis
0.1
|
A Counter that keeps a mapping of the number of occurances of each input value. More...
#include <container.hpp>
Private Member Functions | |
void | _fill () |
Additional Inherited Members | |
![]() | |
_Counter (const std::string &name, Value< V > *value) | |
void | save_as (const std::string &fname, const SaveOption &option=SaveOption::PNG) |
![]() | |
Container (const std::string &name, std::map< V, int > *container) | |
virtual std::map< V, int > * | get_container () |
![]() | |
GenContainer (const std::string name, const std::string &desc) | |
GenContainer (const std::string name) | |
void | add_filter (GenValue *filter) |
void | fill () |
void | set_description (const std::string &description) |
const std::string & | get_name () |
virtual void | save (const SaveOption &option=SaveOption::PNG) |
![]() | |
Value< V > * | value |
![]() | |
std::map< V, int > * | container |
A Counter that keeps a mapping of the number of occurances of each input value.