|
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 | |
Public Member Functions inherited from fv::root::_Counter< V, V > | |
| _Counter (const std::string &name, Value< V > *value) | |
| void | save_as (const std::string &fname, const SaveOption &option=SaveOption::PNG) |
Public Member Functions inherited from fv::Container< std::map< V, int > > | |
| Container (const std::string &name, std::map< V, int > *container) | |
| virtual std::map< V, int > * | get_container () |
Public Member Functions inherited from fv::GenContainer | |
| 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) |
Protected Attributes inherited from fv::root::_Counter< V, V > | |
| Value< V > * | value |
Protected Attributes inherited from fv::Container< std::map< V, int > > | |
| std::map< V, int > * | container |
A Counter that keeps a mapping of the number of occurances of each input value.
1.8.13