![]() |
CernVM-FS
2.13.0
|
#include <object_fetcher.h>
This file is part of the CernVM File System. Trait class to define the concrete object types produced by the methods of concrete instantiations of AbstractObjectFetcher<>. For each implementation of AbstractObjectFetcher<> one needs to provide a specialisation of this trait. Note that this specialisation can be templated with the actual para- meters, hence the parameter space does not explode.
See: http://stackoverflow.com/questions/6006614/ c-static-polymorphism-crtp-and-using-typedefs-from-derived-classes
Definition at line 32 of file object_fetcher.h.