|
latest version v1.9 - last update 10 Apr 2010 |
|
parameters for the url-object More...
#include <ltiURL.h>
Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| virtual | ~parameters () |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual parameters * | clone () const |
| const char * | getTypeName () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| std::string | tmpDirectory |
parameters for the url-object
| lti::url::parameters::parameters | ( | ) |
default constructor
| lti::url::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
| virtual lti::url::parameters::~parameters | ( | ) | [virtual] |
destructor
| virtual parameters* lti::url::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters
| parameters& lti::url::parameters::copy | ( | const parameters & | other | ) |
copy member
| const char* lti::url::parameters::getTypeName | ( | ) | const |
returns name of this type
| parameters& lti::url::parameters::operator= | ( | const parameters & | other | ) |
copy data of "other" parameters
| virtual bool lti::url::parameters::read | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | [virtual] |
read the parameters from the given ioHandler
| handler | the ioHandler to be used | |
| complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
| virtual bool lti::url::parameters::write | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | const [virtual] |
write the parameters in the given ioHandler
| handler | the ioHandler to be used | |
| complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
| std::string lti::url::parameters::tmpDirectory |
directory name, which holds the temporary image files.
Default directory: C:\TEMP This parameter is only for Windows needed not Linux.0