37
35
@brief A set of Session members describing the current authenticated user.
43
40
typedef boost::shared_ptr<User> shared_ptr;
44
41
typedef boost::shared_ptr<const User> const_shared_ptr;
45
42
typedef const User& const_reference;
77
57
const std::string& address() const