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_data.html | 422 ----------------------------------- 1 file changed, 422 deletions(-) delete mode 100644 Doc/doxygen/html/class_net_data.html (limited to 'Doc/doxygen/html/class_net_data.html') diff --git a/Doc/doxygen/html/class_net_data.html b/Doc/doxygen/html/class_net_data.html deleted file mode 100644 index 5b180f8..0000000 --- a/Doc/doxygen/html/class_net_data.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - -Starshatter_Open: NetData Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NetData Class Reference
-
-
- -

#include <NetData.h>

-
-Inheritance diagram for NetData:
-
-
- - -NetChatMsg -NetCommMsg -NetDisconnect -NetElemCreate -NetElemRequest -NetJoinAnnounce -NetJoinRequest -NetNavData -NetNavDelete -NetObjDamage -NetObjEmcon -NetObjHyper -NetObjKill -NetObjLoc -NetObjTarget -NetQuitAnnounce -NetSelfDestruct -NetShipLaunch -NetSysDamage -NetSysStatus -NetWepDestroy -NetWepRelease -NetWepTrigger - -
- -

List of all members.

- - - - - - - - - - -

-Public Member Functions

 NetData ()
virtual ~NetData ()
virtual int Type () const
virtual int Length () const
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual DWORD GetObjID () const
virtual void SetObjID (DWORD o)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
-

Detailed Description

-
-

Definition at line 70 of file NetData.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
NetData::NetData ()
-
-inline
-
- -

Definition at line 75 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual NetData::~NetData ()
-
-inlinevirtual
-
- -

Definition at line 76 of file NetData.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual DWORD NetData::GetObjID () const
-
-inlinevirtual
-
-
- - - - - -
-
- - - - - -
- - - - - - - - -
virtual void NetData::SetObjID (DWORD o)
-
-inlinevirtual
-
-
- - - -
-
- - - - - -
- - - - - - - -
static const char* NetData::TYPENAME ()
-
-inlinestatic
-
-
- -
-
- - - - - -
- - - - - - - - -
virtual bool NetData::Unpack (const BYTE * data)
-
-inlinevirtual
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.1