friend class Str
This enables instances of Str to access _buf in this class
Url(const string &n = "")
The URL constructor requires only the name of the variable
to be created. The name may be omitted, which will create a
nameless variable. This may be adequate for some applications.
- Parameters:
- n - A string containing the name of the variable to be
created.