LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "CollectionProxyMaker.h"
Public Types | |
using | main_collection_proxy_t = CollectionProxy< MainColl > |
Type of main collection proxy. More... | |
using | main_element_t = typename main_collection_proxy_t::main_element_t |
Type returned by the main collection indexing operator. More... | |
using | main_collection_t = typename main_collection_proxy_t::main_collection_t |
Type of element of the main collection. More... | |
Definition at line 163 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_collection_proxy_t = CollectionProxy<MainColl> |
Type of main collection proxy.
Definition at line 165 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_collection_t = typename main_collection_proxy_t::main_collection_t |
Type of element of the main collection.
Definition at line 171 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_element_t = typename main_collection_proxy_t::main_element_t |
Type returned by the main collection indexing operator.
Definition at line 168 of file CollectionProxyMaker.h.