OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SessionsStore.h File Reference
#include "Catalog/SessionInfo.h"
#include <functional>
#include <memory>
#include <thread>
+ Include dependency graph for SessionsStore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Catalog_Namespace::SessionsStore
 

Namespaces

 Catalog_Namespace
 

Typedefs

using Catalog_Namespace::SessionInfoPtr = std::shared_ptr< SessionInfo >
 
using Catalog_Namespace::DisconnectCallback = std::function< void(SessionInfoPtr &session)>