Classes | |
| class | FeeServer::Item |
| Service item. This class ties a ServiceBase object to a DIM service object. This is a class used only internally to the fee server core . More... | |
| class | FeeServer::ServiceBase |
| Base class for services. More... | |
| class | FeeServer::ServiceT< T, Trait > |
| Class template for simple type services. More... | |
| class | FeeServer::FloatTrait |
| Traits for floating point values. More... | |
| class | FeeServer::IntTrait |
| Traits for integer values. More... | |
Typedefs | |
| typedef ServiceT< int, IntTrait > | FeeServer::IntService |
| typedef ServiceT< float, FloatTrait > | FeeServer::FloatService |
| typedef ServiceT<float,FloatTrait> FeeServer::FloatService |
Service specialised for floating point values
| typedef ServiceT<int,IntTrait> FeeServer::IntService |
Service specialised for integer values
1.5.6