6 #ifndef _tls_TankResponseFactory_h_
7 #define _tls_TankResponseFactory_h_
9 #include <utl/Branch.h>
10 #include <utl/Singleton.h>
11 #include <tls/VTankResponse.h>
57 #endif // _tls_TankResponseFactory_h_
TankResponseFactory & operator=(const TankResponseFactory &)
VTankResponse & GetTankResponse(const utl::Branch branch)
The method
Class representing a document branch.
Interface class for coupling different tank response calculations into the reconstruction code...
TankResponseFactory(const TankResponseFactory &)
Singleton class to create VTankResponse objects.
Curiously Recurring Template Pattern (CRTP) for Meyers singleton.