#include <Session.h>
Public Member Functions | |
| Session (uint64_t const session_id) | |
| bool | is_new () const |
| void | setup (std::map< std::string, xmlrpc_c::value > const ¶ms) |
Public Attributes | |
| uint64_t const | id |
| time_t | start_time |
| time_t | last_access |
| boost::shared_ptr < Moses::ContextScope > const | scope |
| SPTR< std::map< std::string, float > > | m_context_weights |
Definition at line 15 of file Session.h.
| MosesServer::Session::Session | ( | uint64_t const | session_id | ) | [inline] |
| bool MosesServer::Session::is_new | ( | ) | const [inline] |
| void MosesServer::Session::setup | ( | std::map< std::string, xmlrpc_c::value > const & | params | ) |
| uint64_t const MosesServer::Session::id |
| SPTR<std::map<std::string,float> > MosesServer::Session::m_context_weights |
| boost::shared_ptr<Moses::ContextScope> const MosesServer::Session::scope |
1.5.9