SourceAmplitude container.
More...
#include <SourceAmplitudeSet.h>
|
| SourceAmplitudeSet () |
|
| SourceAmplitudeSet (const std::string &serializeation, Mode mode) |
|
virtual | ~SourceAmplitudeSet () |
|
void | add (const SourceAmplitude &sourceAmplitude) |
|
std::vector< SourceAmplitude > & | get (const Index &index) |
|
const std::vector< SourceAmplitude > & | get (const Index &index) const |
|
SourceAmplitudeSet::Iterator | begin () |
|
SourceAmplitudeSet::ConstIterator | begin () const |
|
SourceAmplitudeSet::ConstIterator | cbegin () const |
|
SourceAmplitudeSet::Iterator | end () |
|
SourceAmplitudeSet::ConstIterator | end () const |
|
SourceAmplitudeSet::ConstIterator | cend () const |
|
virtual std::string | serialize (Mode mode) const |
|
unsigned int | getSizeInBytes () const |
|
template<> |
std::string | serialize (const bool &data, Mode mode) |
|
template<> |
std::string | serialize (const double &data, Mode mode) |
|
template<> |
std::string | serialize (const std::complex< double > &data, Mode mode) |
|
template<> |
std::string | serialize (const int &data, Mode mode) |
|
template<> |
std::string | serialize (const unsigned int &data, Mode mode) |
|
template<> |
std::string | serialize (const SpinMatrix &data, Mode mode) |
|
template<> |
std::string | serialize (const Statistics &data, Mode mode) |
|
template<> |
std::string | serialize (const std::vector< std::complex< double >> &data, Mode mode) |
|
template<> |
int | deserialize (const std::string &serialization, Mode mode) |
|
|
enum | Mode { Debug,
Binary,
XML,
JSON
} |
|
static bool | hasID (const std::string &serialization, Mode mode) |
|
static std::string | getID (const std::string &serialization, Mode mode) |
|
static std::string | extractComponent (const std::string &serialization, const std::string &containerID, const std::string &componentID, const std::string &componentName, Mode mode) |
|
static bool | validate (const std::string &serialization, const std::string &id, Mode mode) |
|
static std::string | getContent (const std::string &serialization, Mode mode) |
|
static std::vector< std::string > | split (const std::string &content, Mode mode) |
|
template<typename DataType > |
static std::enable_if<!std::is_pointer< DataType >::value, std::string >::type | serialize (const DataType &data, Mode mode) |
|
template<typename DataType > |
static std::enable_if< std::is_pointer< DataType >::value, std::string >::type | serialize (const DataType &data, Mode mode) |
|
template<typename DataType > |
static DataType | deserialize (const std::string &serialization, Mode mode) |
|
static std::string | extract (const std::string &serialization, Mode mode, std::string component) |
|
◆ SourceAmplitudeSet() [1/2]
TBTK::SourceAmplitudeSet::SourceAmplitudeSet |
( |
| ) |
|
◆ SourceAmplitudeSet() [2/2]
TBTK::SourceAmplitudeSet::SourceAmplitudeSet |
( |
const std::string & |
serializeation, |
|
|
Mode |
mode |
|
) |
| |
Constructor. Constructs the HoppingAmplitudeSet from a serialization string.
- Parameters
-
serialization | Serialization from which to construct the SourceAmplitudeSet. |
mode | Mode with which the string has been serialized. |
◆ ~SourceAmplitudeSet()
virtual TBTK::SourceAmplitudeSet::~SourceAmplitudeSet |
( |
| ) |
|
|
virtual |
◆ add()
void TBTK::SourceAmplitudeSet::add |
( |
const SourceAmplitude & |
sourceAmplitude | ) |
|
|
inline |
◆ begin() [1/2]
◆ begin() [2/2]
◆ cbegin()
◆ cend()
◆ end() [1/2]
◆ end() [2/2]
◆ get() [1/2]
◆ get() [2/2]
◆ getSizeInBytes()
unsigned int TBTK::SourceAmplitudeSet::getSizeInBytes |
( |
| ) |
const |
|
inline |
◆ serialize()
virtual std::string TBTK::SourceAmplitudeSet::serialize |
( |
Mode |
mode | ) |
const |
|
virtual |
The documentation for this class was generated from the following file: