 |
Manual for OpenFLUID 2.1.11
|
Go to the documentation of this file.
40 #ifndef __OPENFLUID_CORE_VECTORVALUE_HPP__
41 #define __OPENFLUID_CORE_VECTORVALUE_HPP__
108 Vector<double>(std::move(static_cast<const
Vector<double>&>(Val)))
149 void writeToStream(std::ostream& OutStm)
const override;
153 writeToStream(OutStm);
Definition: VectorValue.hpp:84
Definition: CompoundValue.hpp:51
#define OPENFLUID_API
Definition: dllexport.hpp:86
Type
Definition: Value.hpp:66
Type getType() const override
Definition: VectorValue.hpp:139
Definition: Vector.hpp:58
void writeQuotedToStream(std::ostream &OutStm) const override
Definition: VectorValue.hpp:151
Definition: ApplicationException.hpp:47
@ VECTOR
Definition: Value.hpp:66
VectorValue(VectorValue &&Val)
Definition: VectorValue.hpp:106
VectorValue()
Definition: VectorValue.hpp:92
VectorValue(unsigned long Size)
Definition: VectorValue.hpp:114
Value * clone() const override
Definition: VectorValue.hpp:144
VectorValue(double *Data, unsigned long Size)
Definition: VectorValue.hpp:126
VectorValue(unsigned long Size, double InitValue)
Definition: VectorValue.hpp:120
VectorValue(const VectorValue &Val)
Definition: VectorValue.hpp:98