|
#include <CEditorSpellChecker.h>
Public Member Functions | |
| CSpellOption (std::string name, std::string value) | |
| Constructor. | |
| CSpellOption (const CSpellOption &co) | |
| Copy constructor. | |
| CSpellOption & | operator= (const char *value) |
| Assigns a new value to the option. | |
| CSpellOption & | operator= (std::string value) |
| Assigns a new value to the option. | |
Public Attributes | |
| std::string | m_name |
| Option name. | |
| std::string | m_value |
| Option value. | |