eris 1.4.0
A WorldForge client library.
Eris::Usage Struct Reference
Collaboration diagram for Eris::Usage:

Public Member Functions

bool operator== (const Usage &x) const
 

Public Attributes

std::string name
 
std::string constraint
 
std::string description
 
std::map< std::string, UsageParameterparams
 

Detailed Description

Definition at line 38 of file Usage.h.

Member Function Documentation

◆ operator==()

bool Eris::Usage::operator== ( const Usage x) const
inline

Definition at line 45 of file Usage.h.

Member Data Documentation

◆ constraint

std::string Eris::Usage::constraint

Definition at line 40 of file Usage.h.

◆ description

std::string Eris::Usage::description

Definition at line 41 of file Usage.h.

◆ name

std::string Eris::Usage::name

Definition at line 39 of file Usage.h.

◆ params

std::map<std::string, UsageParameter> Eris::Usage::params

Definition at line 43 of file Usage.h.


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