TTTT Analysis  0.1
Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
fv::Combinations< T, Size > Class Template Reference

Find combinations of items from an input vector. More...

#include <value.hpp>

Inheritance diagram for fv::Combinations< T, Size >:
Inheritance graph
[legend]
Collaboration diagram for fv::Combinations< T, Size >:
Collaboration graph
[legend]

Public Member Functions

 Combinations (Value< std::vector< T >> *val, const std::string alias="")
 
- Public Member Functions inherited from fv::DerivedValue< std::vector< HomoTuple< T, Size >::type > >
 DerivedValue (const std::string &name, const std::string &alias="")
 
void log ()
 
std::vector< HomoTuple< T, Size >::type > & get_value ()
 Calculate, if necessary, and return the value held by this object.
 
- Public Member Functions inherited from fv::Value< std::vector< HomoTuple< T, Size >::type > >
 Value (const std::string &name, const std::string &alias="")
 
void enable_logging (const std::function< std::string(std::vector< HomoTuple< T, Size >::type >)> &value_to_string=[](std::vector< HomoTuple< T, Size >::type >){return "";})
 
void disable_logging ()
 

Static Public Member Functions

static std::string fmt_name (Value< std::vector< T >> *val)
 

Private Types

typedef HomoTuple< T, Size >::type tuple_type
 

Private Member Functions

void update_value ()
 Updates the internal value. More...
 

Private Attributes

Value< std::vector< T > > * val
 

Additional Inherited Members

- Protected Attributes inherited from fv::DerivedValue< std::vector< HomoTuple< T, Size >::type > >
std::vector< HomoTuple< T, Size >::type > value
 
- Protected Attributes inherited from fv::Value< std::vector< HomoTuple< T, Size >::type > >
std::function< std::string(std::vector< HomoTuple< T, Size >::type >)> value_to_string
 

Detailed Description

template<typename T, int Size>
class fv::Combinations< T, Size >

Find combinations of items from an input vector.

Definition at line 1110 of file value.hpp.

Member Function Documentation

◆ update_value()

template<typename T, int Size>
void fv::Combinations< T, Size >::update_value ( )
inlineprivatevirtual

Updates the internal value.

This function should be overridden by any child class to do the actual work of updating value based on whatever rules the class chooses. Normally, this consists of geting the values from some associated Value objects, doing some calculation on them, and storing the result in value.

!!

Implements fv::DerivedValue< std::vector< HomoTuple< T, Size >::type > >.

Definition at line 1115 of file value.hpp.

Here is the call graph for this function:

The documentation for this class was generated from the following file: