CARLA
Public Member Functions | Private Attributes | List of all members
carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint > Class Template Reference

#include <EndPoint.h>

+ Collaboration diagram for carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >:

Public Member Functions

 EndPoint (uint16_t port)
 
 operator boost::asio::ip::basic_endpoint< Protocol > () const
 
uint16_t port () const
 

Private Attributes

uint16_t _port
 

Detailed Description

template<typename Protocol>
class carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >

Definition at line 51 of file EndPoint.h.

Constructor & Destructor Documentation

◆ EndPoint()

template<typename Protocol >
carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >::EndPoint ( uint16_t  port)
inlineexplicit

Definition at line 54 of file EndPoint.h.

Member Function Documentation

◆ operator boost::asio::ip::basic_endpoint< Protocol >()

template<typename Protocol >
carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >::operator boost::asio::ip::basic_endpoint< Protocol > ( ) const
inline

Definition at line 60 of file EndPoint.h.

◆ port()

template<typename Protocol >
uint16_t carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >::port ( ) const
inline

Definition at line 56 of file EndPoint.h.

Referenced by carla::streaming::detail::token_type::token_type().

+ Here is the caller graph for this function:

Member Data Documentation

◆ _port

template<typename Protocol >
uint16_t carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >::_port
private

Definition at line 66 of file EndPoint.h.


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