STORMM Source Documentation
Loading...
Searching...
No Matches
stormm::stmath::TickCounter< T > Member List

This is the complete list of members for stormm::stmath::TickCounter< T >, including all inherited members.

advance(int steps=1)stormm::stmath::TickCounter< T >
getApproximatePermutationCount() conststormm::stmath::TickCounter< T >
getExactPermutationCount() conststormm::stmath::TickCounter< T >
getLogPermutationCount() conststormm::stmath::TickCounter< T >
getLogPermutations() conststormm::stmath::TickCounter< T >
getPossibleStates(int var_index) conststormm::stmath::TickCounter< T >
getSettings() conststormm::stmath::TickCounter< T >
getState(int var_index) conststormm::stmath::TickCounter< T >
getState() const (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
getStateLimits(int var_index) conststormm::stmath::TickCounter< T >
getStateLimits() const (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
getVariableCount() conststormm::stmath::TickCounter< T >
loadStateValues(const std::vector< T > &state_values_in, int var_index)stormm::stmath::TickCounter< T >
loadStateValues(const std::vector< std::vector< T > > &state_values_in) (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
operator=(const TickCounter &original)=default (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
operator=(TickCounter &&original)=default (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
randomize(Trng *xrs)stormm::stmath::TickCounter< T >
randomize(Trng *xrs, const std::vector< bool > &apply_rng) (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
randomize(Trng *xrs, const std::vector< int > &apply_rng) (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
reset()stormm::stmath::TickCounter< T >
reverse(int steps=1)stormm::stmath::TickCounter< T >
set(const std::vector< int > &new_state)stormm::stmath::TickCounter< T >
set(int new_state, int var_index) (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >
TickCounter(const std::vector< int > &state_limits_in, const std::vector< int > &settings_in=std::vector< int >())stormm::stmath::TickCounter< T >explicit
TickCounter(const std::vector< std::vector< T > > &state_values_in, const std::vector< int > &settings_in=std::vector< int >()) (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >explicit
TickCounter(const TickCounter &original)=defaultstormm::stmath::TickCounter< T >
TickCounter(TickCounter &&original)=default (defined in stormm::stmath::TickCounter< T >)stormm::stmath::TickCounter< T >