cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::INetwork Interface Referenceabstract

Interface for network. More...

#include <INetwork.hpp>

+ Inheritance diagram for cae::INetwork:
+ Collaboration diagram for cae::INetwork:

Public Member Functions

 ~INetwork () override=default
 
virtual bool connect (const std::string &host, uint16_t port)=0
 
- Public Member Functions inherited from utl::IPlugin
virtual ~IPlugin ()=default
 
virtual std::string getName () const =0
 Get the name of the plugin.
 
virtual PluginType getType () const =0
 Get the type of the plugin.
 
virtual PluginPlatform getPlatform () const =0
 Get the handled platform of the plugin.
 

Detailed Description

Interface for network.

Definition at line 19 of file INetwork.hpp.

Constructor & Destructor Documentation

◆ ~INetwork()

cae::INetwork::~INetwork ( )
overridedefault

Member Function Documentation

◆ connect()

virtual bool cae::INetwork::connect ( const std::string & host,
uint16_t port )
pure virtual

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