From 6969ef0fbbb2be546d520600973fb1b1c4c7665d Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Thu, 3 Dec 2020 14:06:36 -0800 Subject: [PATCH] Have the thing compiling and delivering pages. --- html/CommandList_8h_source.html | 2 +- html/Command_8h_source.html | 2 +- html/ConsoleServer_8h_source.html | 2 +- html/EPoll_8h_source.html | 2 +- html/IPAddressList_8h_source.html | 8 +- html/SessionFilter_8h_source.html | 2 +- html/TCPServer_8h_source.html | 62 +++---- html/TCPSession_8h_source.html | 166 +++++++++--------- html/TCPSocket_8h_source.html | 2 +- html/TLSServer_8h_source.html | 2 +- html/TLSSession_8h_source.html | 6 +- html/TerminalSession_8h_source.html | 2 +- html/classcore_1_1ConsoleSession-members.html | 10 +- html/classcore_1_1ConsoleSession.html | 8 +- html/classcore_1_1TCPSession-members.html | 6 +- html/classcore_1_1TCPSession.html | 63 ++----- html/classcore_1_1TCPSocket.html | 2 +- html/classcore_1_1TLSSession-members.html | 10 +- html/classcore_1_1TLSSession.html | 36 +--- .../classcore_1_1TerminalSession-members.html | 14 +- html/classcore_1_1TerminalSession.html | 8 +- html/functions.html | 6 +- html/functions_func.html | 6 +- html/search/all_a.js | 6 +- html/search/functions_8.js | 6 +- html/search/variables_6.html | 30 ++++ html/search/variables_6.js | 4 + latex/classcore_1_1TCPSession.tex | 38 ++-- latex/classcore_1_1TCPSocket.tex | 2 +- latex/classcore_1_1TLSSession.tex | 13 +- 30 files changed, 235 insertions(+), 291 deletions(-) create mode 100644 html/search/variables_6.html create mode 100644 html/search/variables_6.js diff --git a/html/CommandList_8h_source.html b/html/CommandList_8h_source.html index 98510bb..39abef4 100644 --- a/html/CommandList_8h_source.html +++ b/html/CommandList_8h_source.html @@ -109,7 +109,7 @@ $(function() {
75 #endif
bool grabInput(TCPSession *session, Command &command)
Definition: CommandList.cpp:28
-
Definition: TCPSession.h:26
+
Definition: TCPSession.h:24
std::vector< Command * > commands
Definition: CommandList.h:69
int processCommand(std::string request, TCPSession *session, std::stringstream &data)
Definition: CommandList.cpp:37
void add(Command &command, std::string name="")
Definition: CommandList.cpp:6
diff --git a/html/Command_8h_source.html b/html/Command_8h_source.html index f6fd1be..8c0cfd2 100644 --- a/html/Command_8h_source.html +++ b/html/Command_8h_source.html @@ -107,7 +107,7 @@ $(function() {
82 
83 #endif
-
Definition: TCPSession.h:26
+
Definition: TCPSession.h:24
virtual bool check(std::string request)
Definition: Command.cpp:13
virtual void output(Session *session)
Definition: Command.cpp:11
Definition: Command.h:22
diff --git a/html/ConsoleServer_8h_source.html b/html/ConsoleServer_8h_source.html index b8908d7..a592609 100644 --- a/html/ConsoleServer_8h_source.html +++ b/html/ConsoleServer_8h_source.html @@ -104,7 +104,7 @@ $(function() {
40 
41 #endif
-
Definition: TCPSession.h:26
+
Definition: TCPSession.h:24
Definition: IPAddress.h:9
Definition: EPoll.h:31
Definition: ConsoleServer.h:19
diff --git a/html/EPoll_8h_source.html b/html/EPoll_8h_source.html index ae2eee1..960a833 100644 --- a/html/EPoll_8h_source.html +++ b/html/EPoll_8h_source.html @@ -134,7 +134,7 @@ $(function() {
bool isStopping()
Returns a true if the stop command has been requested.
Definition: EPoll.cpp:67
bool start(int numberOfThreads, int maxSockets)
Start the BMAEPoll processing.
Definition: EPoll.cpp:21
-
Definition: TCPSession.h:26
+
Definition: TCPSession.h:24
Definition: Socket.h:33
bool unregisterSocket(Socket *socket)
Unregister a BMASocket from monitoring by BMAEPoll.
Definition: EPoll.cpp:77
Definition: EPoll.h:31
diff --git a/html/IPAddressList_8h_source.html b/html/IPAddressList_8h_source.html index 87697f0..a3efba1 100644 --- a/html/IPAddressList_8h_source.html +++ b/html/IPAddressList_8h_source.html @@ -77,17 +77,17 @@ $(function() {
10 
11  public:
12  IPAddressList();
-
13 
+
13 
14  std::map<std::string, IPAddress> getList();
15  void add(IPAddress ipAddress);
16  bool remove(IPAddress ipAddress);
17  bool contains(std::string ipAddress);
-
18 
+
18 
19  private:
20  std::map<std::string, IPAddress> list;
-
21  std::map<std::string, IPAddress>::iterator it = list.begin();
+
21  std::map<std::string, IPAddress>::iterator it = list.begin();
22  };
-
23 
+
23 
24 }
25 
26 #endif
diff --git a/html/SessionFilter_8h_source.html b/html/SessionFilter_8h_source.html index 14d631f..e073f04 100644 --- a/html/SessionFilter_8h_source.html +++ b/html/SessionFilter_8h_source.html @@ -88,7 +88,7 @@ $(function() {
21 #endif
Definition: SessionFilter.h:10
-
Definition: TCPSession.h:26
+
Definition: TCPSession.h:24
Definition: Object.h:8