Yate
|
A file. More...
#include <yatecbase.h>
Public Member Functions | |
ClientFile (const char *name, const NamedList *params=0) | |
ClientFile (const ClientFile &other) | |
NamedList & | params () |
const NamedList & | params () const |
virtual ClientFile * | file () |
Public Member Functions inherited from ClientFileItem | |
ClientFileItem (const char *name) | |
const String & | name () const |
virtual ClientDir * | directory () |
virtual const String & | toString () const |
Public Member Functions inherited from GenObject | |
GenObject () | |
virtual | ~GenObject () |
virtual bool | alive () const |
virtual void | destruct () |
virtual void * | getObject (const String &name) const |
NamedCounter * | getObjCounter () const |
NamedCounter * | setObjCounter (NamedCounter *counter) |
Protected Attributes | |
NamedList | m_params |
Additional Inherited Members | |
Static Public Member Functions inherited from GenObject | |
static void * | getObject (const String &name, const GenObject *obj) |
static bool | getObjCounting () |
static void | setObjCounting (bool enable) |
static NamedCounter * | getObjCounter (const String &name, bool create=true) |
static ObjList & | getObjCounters () |
A file.
This class holds file info
|
inline |
Constructor
name | File name |
params | Optional file parameters |
References NamedList::copyParams().
|
inline |
Copy constructor
other | Source object |
|
inlinevirtual |
|
inline |
Retrieve item parameters
|
inline |
Retrieve item parameters