LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::url::parameters Class Reference

parameters for the url-object More...

#include <ltiURL.h>

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
virtual ~parameters ()
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual parametersclone () 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

Detailed Description

parameters for the url-object


Constructor & Destructor Documentation

lti::url::parameters::parameters (  ) 

default constructor

lti::url::parameters::parameters ( const parameters other  ) 

copy constructor

virtual lti::url::parameters::~parameters (  )  [virtual]

destructor


Member Function Documentation

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

Parameters:
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.
Returns:
true if write was successful
virtual bool lti::url::parameters::write ( ioHandler handler,
const bool  complete = true 
) const [virtual]

write the parameters in the given ioHandler

Parameters:
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.
Returns:
true if write was successful

Member Data Documentation

directory name, which holds the temporary image files.

Default directory: C:\TEMP This parameter is only for Windows needed not Linux.0


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:28:53 2010 for LTI-Lib by Doxygen 1.6.1