ManaPlus
Public Member Functions | Data Fields
Catch::NameAndDesc Struct Reference

#include <catch.hpp>

Public Member Functions

 NameAndDesc (const char *_name="", const char *_description="")
 

Data Fields

const char * name
 
const char * description
 

Detailed Description

Definition at line 659 of file catch.hpp.

Constructor & Destructor Documentation

◆ NameAndDesc()

Catch::NameAndDesc::NameAndDesc ( const char *  _name = "",
const char *  _description = "" 
)
inline

Definition at line 660 of file catch.hpp.

661  : name( _name ), description( _description )
662  {}
const char * description
Definition: catch.hpp:665
const char * name
Definition: catch.hpp:664

Field Documentation

◆ description

const char* Catch::NameAndDesc::description

Definition at line 665 of file catch.hpp.

◆ name

const char* Catch::NameAndDesc::name

Definition at line 664 of file catch.hpp.


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