Class xlifepp::PCollectionItem#

template<typename T>
class PCollectionItem#

utility class for xlifepp::PCollection class to access to an item of a collection of pointers

Public Functions

inline PCollectionItem(typename std::vector<T*>::iterator it)#

constructor

inline T &operator=(const T &t)#

assignment operator

inline void print(PrintStream &os) const#

print utility

inline void print(std::ostream &out) const#

autocast PCollectionItem->T&

print utility