fdf::Endpoints

Summary

Public attributes

client
server

Public static functions

Create()
Create(fdf::ClientEnd< Protocol > *out_client)
Create(fdf::ServerEnd< Protocol > *out_server)

Public attributes

client

fdf::ClientEnd< Protocol > fdf::Endpoints::client

server

fdf::ServerEnd< Protocol > fdf::Endpoints::server

Public static functions

Create

Endpoints< Protocol > fdf::Endpoints::Create()

Create

fdf::ServerEnd< Protocol > fdf::Endpoints::Create(
  fdf::ClientEnd< Protocol > *out_client
)

Create

fdf::ClientEnd< Protocol > fdf::Endpoints::Create(
  fdf::ServerEnd< Protocol > *out_server
)