|
| std::string & | RegisterName (std::string &sName) |
| | Handles checking the uniqueness of the name and generating postfix if needed. Using referencje, returns the (fixed) name to use within the program. More...
|
| |
| void | UnRegisterName (std::string &sName) |
| | Unregisters name. Whether it exists in base or not. More...
|
| |
| std::string & SUniqueNameController::RegisterName |
( |
std::string & |
sName | ) |
|
Handles checking the uniqueness of the name and generating postfix if needed. Using referencje, returns the (fixed) name to use within the program.
- Parameters
-
| [in] | sName | Proposed name to register. |
- Returns
- Name registered. Can be different than sName.
| void SUniqueNameController::UnRegisterName |
( |
std::string & |
sName | ) |
|
Unregisters name. Whether it exists in base or not.
- Parameters
-
| [in] | sName | Name to unregister. |
The documentation for this class was generated from the following files: