QuasarAppLib
qaservice.h File Reference
#include <memory>
#include <utility>
Include dependency graph for qaservice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QuasarAppUtils::Service< Base >
 The Service class is a template class for creating a singleton services objects. This is manual control wrapper. You should be manually initializing your service object and manually deinitializing. If you don't destroy your service, then service object will be automatically destroyed when application will be closed. More...
 

Namespaces

namespace  QuasarAppUtils
 The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group. All methods of the Quasar AppUtils is static.