My Project
 
Loading...
Searching...
No Matches
Badges::Badge Class Reference

#include <badge.h>

Public Member Functions

bool operator< (const Badge &c) const
 
bool operator== (const Badge &c) const
 
 Badge (const Badge &other)
 
 Badge (const std::string &name, const std::string &description, int image)
 
 Badge (const std::string &name, const std::string &description, int image, bool meta)
 
 Badge (const std::string &name)
 

Public Attributes

bool meta
 
std::string description
 
std::string name
 
int image
 

Static Public Attributes

static std::map< std::string, Badge * > mapBadge
 

Constructor & Destructor Documentation

◆ Badge() [1/4]

Badges::Badge::Badge ( const Badge & other)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Badge() [2/4]

Badges::Badge::Badge ( const std::string & name,
const std::string & description,
int image )
inline
Here is the call graph for this function:

◆ Badge() [3/4]

Badges::Badge::Badge ( const std::string & name,
const std::string & description,
int image,
bool meta )
inline

◆ Badge() [4/4]

Badges::Badge::Badge ( const std::string & name)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator<()

bool Badges::Badge::operator< ( const Badge & c) const
inline
Here is the call graph for this function:

◆ operator==()

bool Badges::Badge::operator== ( const Badge & c) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ description

std::string Badges::Badge::description

◆ image

int Badges::Badge::image

◆ mapBadge

std::map< std::string, Badges::Badge * > Badges::Badge::mapBadge
static

◆ meta

bool Badges::Badge::meta

◆ name

std::string Badges::Badge::name

The documentation for this class was generated from the following files: