|
GME
13
|
#include <CommonStl.h>

Public Types | |
| typedef ELEM | elem_interface |
| typedef std::vector < CComObjPtr< elem_interface > > | vector_type |
Public Member Functions | |
| typedef | TYPENAME_ELEM2COLL (ELEM) coll_interface |
| operator coll_interface ** () | |
| ~PutOutCollObj () | |
Public Attributes | |
| CComObjPtr< coll_interface > | coll_ptr |
| vector_type & | coll_vector |
Friends | |
| PutOutCollObj< ELEM > | PutOut (std::vector< CComObjPtr< ELEM > > &coll_vector) |
Definition at line 251 of file CommonStl.h.
| typedef ELEM PutOutCollObj< ELEM >::elem_interface |
Definition at line 254 of file CommonStl.h.
| typedef std::vector< CComObjPtr<elem_interface> > PutOutCollObj< ELEM >::vector_type |
Definition at line 257 of file CommonStl.h.
| PutOutCollObj< ELEM >::~PutOutCollObj | ( | ) | [inline] |
Definition at line 261 of file CommonStl.h.
| PutOutCollObj< ELEM >::operator coll_interface ** | ( | ) | [inline] |
Definition at line 259 of file CommonStl.h.
| typedef PutOutCollObj< ELEM >::TYPENAME_ELEM2COLL | ( | ELEM | ) |
| PutOutCollObj<ELEM> PutOut | ( | std::vector< CComObjPtr< ELEM > > & | coll_vector | ) | [friend] |
| CComObjPtr<coll_interface> PutOutCollObj< ELEM >::coll_ptr |
Definition at line 280 of file CommonStl.h.
| vector_type& PutOutCollObj< ELEM >::coll_vector |
Definition at line 281 of file CommonStl.h.
1.7.6.1