ManaPlus
Public Member Functions | Data Fields
ClanInfo Struct Reference

#include <claninfo.h>

Public Member Functions

 ClanInfo ()
 

Data Fields

std::vector< std::string > stats
 
std::string name
 
int id
 

Detailed Description

Definition at line 31 of file claninfo.h.

Constructor & Destructor Documentation

◆ ClanInfo()

ClanInfo::ClanInfo ( )
inline

Definition at line 33 of file claninfo.h.

33  :
34  stats(),
35  name(),
36  id(0)
37  { }
int id
Definition: claninfo.h:43
std::vector< std::string > stats
Definition: claninfo.h:41
std::string name
Definition: claninfo.h:42

Field Documentation

◆ id

int ClanInfo::id

Definition at line 43 of file claninfo.h.

Referenced by ClanDb::loadXmlFile().

◆ name

std::string ClanInfo::name

Definition at line 42 of file claninfo.h.

Referenced by ClanDb::loadXmlFile().

◆ stats

std::vector<std::string> ClanInfo::stats

Definition at line 41 of file claninfo.h.

Referenced by ClanDb::loadXmlFile().


The documentation for this struct was generated from the following file: