sptk2 logo
SPTK Home Page
Public Member Functions | Public Attributes | List of all members
sptk::CSpellOption Class Reference

#include <CEditorSpellChecker.h>

Public Member Functions

 CSpellOption (const String &name, const String &value)
 
 CSpellOption (const CSpellOption &co)
 
CSpellOptionoperator= (const char *value)
 
CSpellOptionoperator= (const String &value)
 

Public Attributes

String m_name
 
String m_value
 

Detailed Description

CSpellOption represents an option of Aspell config.

Constructor & Destructor Documentation

◆ CSpellOption() [1/2]

sptk::CSpellOption::CSpellOption ( const String name,
const String value 
)

Constructor

◆ CSpellOption() [2/2]

sptk::CSpellOption::CSpellOption ( const CSpellOption co)
inline

Copy constructor

References m_name, and m_value.

Member Function Documentation

◆ operator=() [1/2]

CSpellOption & sptk::CSpellOption::operator= ( const char *  value)

Assigns a new value to the option

◆ operator=() [2/2]

CSpellOption & sptk::CSpellOption::operator= ( const String value)

Assigns a new value to the option

Member Data Documentation

◆ m_name

String sptk::CSpellOption::m_name

Option name

Referenced by CSpellOption().

◆ m_value

String sptk::CSpellOption::m_value

Option value

Referenced by CSpellOption().


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

Fri Oct 14 2022 09:58:39: SPTK 5.4.1