FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static
shared_ptr
tcp_connection::create
(
ba::io_service &
io_service
,
int
boardid
)
inline
static
Definition at line
433
of file
fad.cc
.
Referenced by
tcp_server::start_accept()
.
434
{
435
return
shared_ptr
(
new
tcp_connection
(io_service, boardid));
436
}
tcp_connection::shared_ptr
boost::shared_ptr< tcp_connection > shared_ptr
Definition:
fad.cc:431
tcp_connection::tcp_connection
tcp_connection(ba::io_service &ioservice, int boardid)
Definition:
fad.cc:87
Here is the caller graph for this function:
tcp_connection
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11