From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_net_disconnect.html | 353 ----------------------------- 1 file changed, 353 deletions(-) delete mode 100644 Doc/doxygen/html/class_net_disconnect.html (limited to 'Doc/doxygen/html/class_net_disconnect.html') diff --git a/Doc/doxygen/html/class_net_disconnect.html b/Doc/doxygen/html/class_net_disconnect.html deleted file mode 100644 index e80fec3..0000000 --- a/Doc/doxygen/html/class_net_disconnect.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -Starshatter_Open: NetDisconnect Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NetDisconnect Class Reference
-
-
- -

#include <NetData.h>

-
-Inheritance diagram for NetDisconnect:
-
-
- - -NetData - -
- -

List of all members.

- - - -

-Public Types

enum  { TYPE = NET_DISCONNECT, -SIZE = 2 - }
- - - - - - - - - - - -

-Public Member Functions

 NetDisconnect ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
virtual DWORD GetObjID () const
virtual void SetObjID (DWORD o)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
-

Detailed Description

-
-

Definition at line 278 of file NetData.h.

-

Member Enumeration Documentation

- -
-
- - - - -
anonymous enum
-
-
Enumerator:
- - -
TYPE  -
SIZE  -
-
-
- -

Definition at line 285 of file NetData.h.

- -
-
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
NetDisconnect::NetDisconnect ()
-
-inline
-
- -

Definition at line 283 of file NetData.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual int NetDisconnect::Length () const
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 290 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
BYTE * NetDisconnect::Pack ()
-
-virtual
-
- -

Reimplemented from NetData.

- -

Definition at line 432 of file NetData.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual int NetDisconnect::Type () const
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 289 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* NetDisconnect::TYPENAME ()
-
-inlinestatic
-
- -

Reimplemented from NetData.

- -

Definition at line 281 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
bool NetDisconnect::Unpack (const BYTE * data)
-
-virtual
-
- -

Reimplemented from NetData.

- -

Definition at line 443 of file NetData.cpp.

- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.1