Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
step2.cpp File Reference
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <functional>
Include dependency graph for step2.cpp:

Go to the source code of this file.

Classes

class  utility_server
 

Macros

#define ASIO_STANDALONE
 

Typedefs

typedef websocketpp::server< websocketpp::config::asioserver
 

Functions

int main ()
 

Macro Definition Documentation

◆ ASIO_STANDALONE

#define ASIO_STANDALONE

Definition at line 33 of file step2.cpp.

Typedef Documentation

◆ server

Definition at line 40 of file step2.cpp.

Function Documentation

◆ main()

int main ( void )

Definition at line 78 of file step2.cpp.

78 {
80 s.run();
81 return 0;
82}
void run()
Definition step1.cpp:53
char * s
Here is the call graph for this function: