Sessions structure.
More...
|
std::shared_ptr< Session< T > > | createSession (std::string hash) |
| Returns a new session.
|
|
std::shared_ptr< Session< T > > | getSession (std::string uuid) |
| Returns the requested session or throws an exception.
|
|
std::shared_ptr< Session< T > > | removeSession (std::string uuid) |
| Returns the session and removes it from the list of sessions.
|
|
template<
typename T>
struct iganet::webapp::Sessions< T >
Sessions structure.
◆ addModelPath() [1/2]
◆ addModelPath() [2/2]
Add list of paths to model path.
◆ createSession()
◆ getModels()
Returns a non-constant reference to the list of models.
◆ getSession()
Returns the requested session or throws an exception.
◆ getSessions()
Returns a non-constant reference to the list of sessions.
◆ removeSession()
Returns the session and removes it from the list of sessions.
◆ models_
Initial value:=
std::vector< std::string > tokenize(std::string str, std::string separator="/")
Tokenize the input string.
Definition server.cxx:69
List of models.
◆ sessions_
List of sessions shared between all sockets.
The documentation for this struct was generated from the following file: