Class xlifepp::PCollectionItem#

template<typename T>
class PCollectionItem#

Collaboration diagram for xlifepp::PCollectionItem:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="std::vector< T >" tooltip="std::vector< T >"] "2" [label="std::vector< T * >" tooltip="std::vector< T * >"] "1" [label="xlifepp::PCollectionItem< T >" tooltip="xlifepp::PCollectionItem< T >" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="template-instance"] "1" -> "2" [dir=forward tooltip="usage"] }

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