|
Go to the documentation of this file.
13 #ifndef FAUDES_TP_TIMECONSTRAINT_H
14 #define FAUDES_TP_TIMECONSTRAINT_H
67 ClockSet( const std::string& rFilename, const std::string& rLabel = "Clocks");
218 std::string Str( void) const;
284 typedef std::set<ElemConstraint>::const_iterator Iterator;
287 typedef std::set<ElemConstraint>::const_reverse_iterator RIterator;
315 TimeConstraint( const std::string& rFilename, const std::string& rLabel = "TimeConstraint");
341 void Write( void) const;
357 void Write( const std::string& rFileName, const std::string& rLabel = "TimeConstraint",
358 std::ios::openmode openmode = std::ios::out|std::ios::trunc) const;
421 void Read( const std::string& rFileName, const std::string& rLabel = "TimeConstraint");
436 void Read( TokenReader& tr, const std::string& rLabel = "TimeConstraint");
462 bool Empty( void) const;
515 void Insert( const std::list<ElemConstraint>& rNewConstraints);
534 this-> Insert(rOtherTimeConstraint); return * this; };
545 this-> Insert(rElemConstr); return * this; };
810 typedef std::set<ElemConstraint>::iterator iterator;
libFAUDES 2.26g
--- 2015.08.17
--- c++ api documentaion by doxygen
|