TF++, Miscellaneous classes and modules in C++:

◆ append()

template<class T>
RangeList& tfxx::RangeList< T >::append ( const Trange r)
inline

Definition at line 54 of file rangelist.h.

References tfxx::RangeList< T >::Mlist.

Referenced by main().

55  { Mlist.push_back(r); return *this; }
Here is the caller graph for this function: