DNA Calib 1.1
Project brief
|
#include <DNA.h>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive) |
![]() | |
SurjectiveMapping (MemoryResource *memRes) | |
Pair | get (std::size_t index) const |
void | add (TFrom from_, TFrom to_) |
void | set (std::size_t index, TFrom from_, TFrom to_) |
void | removeIf (std::function< bool(const TFrom &, const TFrom &)> predicate) |
void | updateFrom (const UnorderedMap< TFrom, TFrom > &mapping) |
void | updateTo (const UnorderedMap< TFrom, TFrom > &mapping) |
std::size_t | size () const |
void | clear () |
Additional Inherited Members | |
![]() | |
Vector< TFrom > | from |
Vector< TFrom > | to |
|
inline |
References dna::SurjectiveMapping< TFrom, TFrom >::from, and dna::SurjectiveMapping< TFrom, TFrom >::to.