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
core::CommandList::grabInput
bool grabInput(TCPSession *session, Command &command)
Definition: CommandList.cpp:28
-
core::TCPSession
Definition: TCPSession.h:26
+
core::TCPSession
Definition: TCPSession.h:24
core::CommandList::commands
std::vector< Command * > commands
Definition: CommandList.h:69
core::CommandList::processCommand
int processCommand(std::string request, TCPSession *session, std::stringstream &data)
Definition: CommandList.cpp:37
core::CommandList::add
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
-
core::TCPSession
Definition: TCPSession.h:26
+
core::TCPSession
Definition: TCPSession.h:24
core::Command::check
virtual bool check(std::string request)
Definition: Command.cpp:13
core::Command::output
virtual void output(Session *session)
Definition: Command.cpp:11
core::Command
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
-
core::TCPSession
Definition: TCPSession.h:26
+
core::TCPSession
Definition: TCPSession.h:24
core::IPAddress
Definition: IPAddress.h:9
core::EPoll
Definition: EPoll.h:31
core::ConsoleServer
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() {
core::EPoll::isStopping
bool isStopping()
Returns a true if the stop command has been requested.
Definition: EPoll.cpp:67
core::EPoll::start
bool start(int numberOfThreads, int maxSockets)
Start the BMAEPoll processing.
Definition: EPoll.cpp:21
-
core::TCPSession
Definition: TCPSession.h:26
+
core::TCPSession
Definition: TCPSession.h:24
core::Socket
Definition: Socket.h:33
core::EPoll::unregisterSocket
bool unregisterSocket(Socket *socket)
Unregister a BMASocket from monitoring by BMAEPoll.
Definition: EPoll.cpp:77
core::EPoll
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
core::SessionFilter
Definition: SessionFilter.h:10
-
core::TCPSession
Definition: TCPSession.h:26
+
core::TCPSession
Definition: TCPSession.h:24
core::Object
Definition: Object.h:8