The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
text_chunk Struct Reference

Public Member Functions

 text_chunk (subset_id subset)
 
bool operator== (text_chunk const &t) const
 
bool operator!= (text_chunk const &t) const
 

Public Attributes

subset_id subset
 
std::string text
 

Detailed Description

Definition at line 108 of file font.cpp.

Constructor & Destructor Documentation

text_chunk::text_chunk ( subset_id  subset)
inline

Definition at line 110 of file font.cpp.

Member Function Documentation

bool text_chunk::operator!= ( text_chunk const &  t) const
inline

Definition at line 117 of file font.cpp.

References operator==().

bool text_chunk::operator== ( text_chunk const &  t) const
inline

Definition at line 116 of file font.cpp.

References subset, and text.

Referenced by operator!=().

Member Data Documentation

subset_id text_chunk::subset

Definition at line 119 of file font.cpp.

Referenced by operator==(), and split_text().

std::string text_chunk::text

Definition at line 120 of file font.cpp.

Referenced by operator==(), and split_text().


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