#include <config.h>
Inherits ValueContainerBase.

Public Member Functions | |
| ValueContainer () | |
| ValueContainer (Anope::string *Val) | |
| ValueContainer (const ValueContainer &Val) | |
| ValueContainer & | operator= (const ValueContainer &Val) |
| void | Set (const Anope::string &newval) |
| void | Set (const char *newval) |
Private Attributes | |
| Anope::string * | val |
This a specific version of ValueContainer to handle Anope::string specially
Definition at line 136 of file config.h.
| ValueContainer< Anope::string * >::ValueContainer | ( | ) | [inline] |
| ValueContainer< Anope::string * >::ValueContainer | ( | Anope::string * | Val | ) | [inline] |
| ValueContainer< Anope::string * >::ValueContainer | ( | const ValueContainer< Anope::string * > & | Val | ) | [inline] |
| ValueContainer& ValueContainer< Anope::string * >::operator= | ( | const ValueContainer< Anope::string * > & | Val | ) | [inline] |
Definition at line 148 of file config.h.
References ValueContainer< T >::val.
| void ValueContainer< Anope::string * >::Set | ( | const char * | newval | ) | [inline] |
Change value to given char pointer
Definition at line 160 of file config.h.
References ValueContainer< T >::val.
| void ValueContainer< Anope::string * >::Set | ( | const Anope::string & | newval | ) | [inline] |
Change value to given Anope::string
Definition at line 155 of file config.h.
References ValueContainer< T >::val.
Referenced by CommandOSConfig::Execute(), and ServerConfig::Read().
Anope::string* ValueContainer< Anope::string * >::val [private] |
1.7.1