Realistic 3D camera system
3D camera system components
Classes | Public Member Functions | Friends | List of all members
asio::generic::detail::endpoint Class Reference

#include <endpoint.hpp>

Public Member Functions

ASIO_DECL endpoint ()
 
ASIO_DECL endpoint (const void *sock_addr, std::size_t sock_addr_size, int sock_protocol)
 
 endpoint (const endpoint &other)
 
endpointoperator= (const endpoint &other)
 
int family () const
 
int protocol () const
 
asio::detail::socket_addr_typedata ()
 
const asio::detail::socket_addr_typedata () const
 
std::size_t size () const
 
ASIO_DECL void resize (std::size_t size)
 
std::size_t capacity () const
 

Friends

ASIO_DECL friend bool operator== (const endpoint &e1, const endpoint &e2)
 
ASIO_DECL friend bool operator< (const endpoint &e1, const endpoint &e2)
 

Detailed Description

Definition at line 30 of file endpoint.hpp.

Constructor & Destructor Documentation

asio::generic::detail::endpoint::endpoint ( )

Definition at line 34 of file endpoint.ipp.

asio::generic::detail::endpoint::endpoint ( const void *  sock_addr,
std::size_t  sock_addr_size,
int  sock_protocol 
)

Definition at line 39 of file endpoint.ipp.

asio::generic::detail::endpoint::endpoint ( const endpoint other)
inline

Definition at line 41 of file endpoint.hpp.

Member Function Documentation

std::size_t asio::generic::detail::endpoint::capacity ( ) const
inline

Definition at line 91 of file endpoint.hpp.

asio::detail::socket_addr_type* asio::generic::detail::endpoint::data ( )
inline

Definition at line 70 of file endpoint.hpp.

const asio::detail::socket_addr_type* asio::generic::detail::endpoint::data ( ) const
inline

Definition at line 76 of file endpoint.hpp.

int asio::generic::detail::endpoint::family ( ) const
inline

Definition at line 58 of file endpoint.hpp.

endpoint& asio::generic::detail::endpoint::operator= ( const endpoint other)
inline

Definition at line 49 of file endpoint.hpp.

int asio::generic::detail::endpoint::protocol ( ) const
inline

Definition at line 64 of file endpoint.hpp.

void asio::generic::detail::endpoint::resize ( std::size_t  size)

Definition at line 45 of file endpoint.ipp.

std::size_t asio::generic::detail::endpoint::size ( ) const
inline

Definition at line 82 of file endpoint.hpp.

Friends And Related Function Documentation

ASIO_DECL friend bool operator< ( const endpoint e1,
const endpoint e2 
)
friend

Definition at line 65 of file endpoint.ipp.

ASIO_DECL friend bool operator== ( const endpoint e1,
const endpoint e2 
)
friend

Definition at line 59 of file endpoint.ipp.


The documentation for this class was generated from the following files: