Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::detail::socket_option::integer< Level, Name > Class Template Reference

#include <socket_option.hpp>

Public Member Functions

 integer ()
 
 integer (int v)
 
integeroperator= (int v)
 
int value () const
 
template<typename Protocol >
int level (const Protocol &) const
 
template<typename Protocol >
int name (const Protocol &) const
 
template<typename Protocol >
int * data (const Protocol &)
 
template<typename Protocol >
const int * data (const Protocol &) const
 
template<typename Protocol >
std::size_t size (const Protocol &) const
 
template<typename Protocol >
void resize (const Protocol &, std::size_t s)
 

Detailed Description

template<int Level, int Name>
class asio::detail::socket_option::integer< Level, Name >

Definition at line 135 of file socket_option.hpp.

Constructor & Destructor Documentation

template<int Level, int Name>
asio::detail::socket_option::integer< Level, Name >::integer ( )
inline

Definition at line 139 of file socket_option.hpp.

template<int Level, int Name>
asio::detail::socket_option::integer< Level, Name >::integer ( int  v)
inlineexplicit

Definition at line 145 of file socket_option.hpp.

Member Function Documentation

template<int Level, int Name>
template<typename Protocol >
int* asio::detail::socket_option::integer< Level, Name >::data ( const Protocol &  )
inline

Definition at line 179 of file socket_option.hpp.

template<int Level, int Name>
template<typename Protocol >
const int* asio::detail::socket_option::integer< Level, Name >::data ( const Protocol &  ) const
inline

Definition at line 186 of file socket_option.hpp.

template<int Level, int Name>
template<typename Protocol >
int asio::detail::socket_option::integer< Level, Name >::level ( const Protocol &  ) const
inline

Definition at line 165 of file socket_option.hpp.

template<int Level, int Name>
template<typename Protocol >
int asio::detail::socket_option::integer< Level, Name >::name ( const Protocol &  ) const
inline

Definition at line 172 of file socket_option.hpp.

template<int Level, int Name>
integer& asio::detail::socket_option::integer< Level, Name >::operator= ( int  v)
inline

Definition at line 151 of file socket_option.hpp.

template<int Level, int Name>
template<typename Protocol >
void asio::detail::socket_option::integer< Level, Name >::resize ( const Protocol &  ,
std::size_t  s 
)
inline

Definition at line 200 of file socket_option.hpp.

template<int Level, int Name>
template<typename Protocol >
std::size_t asio::detail::socket_option::integer< Level, Name >::size ( const Protocol &  ) const
inline

Definition at line 193 of file socket_option.hpp.

template<int Level, int Name>
int asio::detail::socket_option::integer< Level, Name >::value ( ) const
inline

Definition at line 158 of file socket_option.hpp.


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