#include <CustomNameOptions.h>
◆ getCaseInsensitive()
| bool CustomNameOptions::getCaseInsensitive |
( |
| ) |
|
|
inline |
◆ getCharSetCosts()
| List< SharedPointer< CharacterSet > > * CustomNameOptions::getCharSetCosts |
( |
| ) |
|
|
inline |
◆ getCustomNameMaxLength()
| unsigned int CustomNameOptions::getCustomNameMaxLength |
( |
| ) |
|
|
inline |
◆ getCustomNameMinLength()
| unsigned int CustomNameOptions::getCustomNameMinLength |
( |
| ) |
|
|
inline |
◆ getSingleCharExceptions()
| std::wstring CustomNameOptions::getSingleCharExceptions |
( |
| ) |
|
|
inline |
◆ getSubStringNameExceptions()
| Vector< std::wstring > CustomNameOptions::getSubStringNameExceptions |
( |
| ) |
|
|
inline |
◆ setCaseInsensitive()
| void CustomNameOptions::setCaseInsensitive |
( |
bool | val | ) |
|
|
inline |
◆ setCharSetCosts()
| void CustomNameOptions::setCharSetCosts |
( |
List< SharedPointer< CharacterSet > > * | val | ) |
|
|
inline |
◆ setCustomNameMaxLength()
| void CustomNameOptions::setCustomNameMaxLength |
( |
unsigned int | val | ) |
|
|
inline |
◆ setCustomNameMinLength()
| void CustomNameOptions::setCustomNameMinLength |
( |
unsigned int | val | ) |
|
|
inline |
◆ setSingleCharExceptions()
| void CustomNameOptions::setSingleCharExceptions |
( |
std::wstring | val | ) |
|
|
inline |
◆ setSubStringNameExceptions()
| void CustomNameOptions::setSubStringNameExceptions |
( |
Vector< std::wstring > | val | ) |
|
|
inline |