|
|
||||||
|
cfl_basevector.h
Go to the documentation of this file.
70 * the FilenameAt members. When writing the vector to a file and all entries have an associated filename,
247 * The vector does not take ownership of the new entry. I.e., when the vector is destroyed, or the
304 * The vector does not take ownership of the new entry. I.e., when the vector is destroyed, or the
347 * The vector does not take ownership of the new entry. I.e., when the vector is destroyed, or the
385 * The vector does not take ownership of the new entry. I.e., when the vector is destroyed, or the
409 * This method iterates through the vector to find a matching element. This is generally inefficient,
479 virtual void DoDWrite(TokenWriter& rTw,const std::string& rLabel="", const Type* pContext=0) const;
508 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
728 FD_DC("TBaseVector(" << this << ")::TBaseVector(rOtherVector " << &rOtherVector << "): copy construct");
736 FD_DC("TBaseVector(" << this << ")::TBaseVector([v] rOtherVector " << &rOtherVector << "): copy construct");
754 FD_DC("TBaseVector::ElementTry(): casting from " << typeid(rElement).name() << " to " << typeid(*Elementp()).name());
Class TokenReader. Class TokenWriter. #define FAUDES_TYPE_TDECLARATION(ftype, ctype, cbase) Definition: cfl_types.h:883 #define FAUDES_TYPE_DECLARATION(ftype, ctype, cbase) Definition: cfl_types.h:872 #define FAUDES_TYPE_TIMPLEMENTATION(ftype, ctype, cbase, ctemp) Definition: cfl_types.h:977 Definition: cfl_exception.h:118 Definition: cfl_basevector.h:577 TBaseVector(const std::string &rFilename, const std::string &rLabel="BaseVector") Definition: cfl_basevector.h:715 virtual bool ElementTry(const Type &rElement) const Definition: cfl_basevector.h:753 virtual const T & At(const Position &pos) const Definition: cfl_basevector.h:769 TBaseVector(const vBaseVector &rOtherSet) Definition: cfl_basevector.h:733 TBaseVector(const TBaseVector &rOtherSet) Definition: cfl_basevector.h:725 void DoAssign(const TBaseVector< T > &rSourceVector) Definition: cfl_basevector.h:760 Definition: cfl_tokenreader.h:64 Definition: cfl_tokenwriter.h:52 Definition: cfl_types.h:239 void Read(const std::string &rFileName, const std::string &rLabel="", const Type *pContext=0) Definition: cfl_types.cpp:262 Definition: cfl_basevector.h:75 std::vector< ElementRecord >::iterator iterator Definition: cfl_basevector.h:544 Definition: cfl_agenerator.h:43 libFAUDES 2.33b --- 2025.05.07 --- c++ api documentaion by doxygen |