Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <string.h>
#include "cmd/weapon_xml.h"
#include "gfx/vec.h"
#include "gfx/matrix.h"
#include "gfx/quaternion.h"
#include "networking/lowlevel/vsnet_clientstate.h"
#include "cmd/unit_armorshield.h"
#include "gfxlib_struct.h"
Go to the source code of this file.
Classes | |
class | NetBuffer |
Functions | |
std::string | getSimpleString (std::string &input) |
char | getSimpleChar (std::string &input) |
int | getSimpleInt (std::string &input) |
void | addSimpleString (std::string &input, const std::string adder) |
void | addSimpleChar (std::string &input, const char adder) |
void | addSimpleInt (std::string &input, const int adder) |
void addSimpleChar | ( | std::string & | input, |
const char | adder | ||
) |
Definition at line 45 of file netbuffer.cpp.
Referenced by AcctLogout(), NetClient::loginAcctLoop(), NetServer::saveAccount(), NetServer::sendJump(), and NetServer::start().
void addSimpleInt | ( | std::string & | input, |
const int | adder | ||
) |
Definition at line 51 of file netbuffer.cpp.
References XMLSupport::tostring().
Referenced by addSimpleString().
void addSimpleString | ( | std::string & | input, |
const std::string | adder | ||
) |
Definition at line 39 of file netbuffer.cpp.
References addSimpleInt().
Referenced by AcctLogout(), AddWriteSave(), NetClient::loginAcctLoop(), NetServer::saveAccount(), NetServer::sendJump(), and NetServer::start().
char getSimpleChar | ( | std::string & | input) |
Definition at line 20 of file netbuffer.cpp.
int getSimpleInt | ( | std::string & | input) |
Definition at line 27 of file netbuffer.cpp.
References XMLSupport::parse_int().
Referenced by getSimpleString().
std::string getSimpleString | ( | std::string & | input) |