Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
user.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
4
namespace
messaging
{
8
class
User
{
9
const
std::string
_name
;
10
public
:
11
User
(
const
std::string&&
name
) : _name(
name
) {};
12
const
std::string&
name
()
const
{
return
_name
; };
13
};
14
}
messaging::User::name
const std::string & name() const
Definition:
user.hpp:12
messaging::User::User
User(const std::string &&name)
Definition:
user.hpp:11
messaging::User
Definition:
user.hpp:8
messaging
Definition:
message.hpp:6
messaging::User::_name
const std::string _name
Definition:
user.hpp:9
src
user.hpp
Generated on Fri May 5 2017 11:12:53 for Chatsync by
1.8.12