vdr
2.2.0
|
#include <args.h>
Public Member Functions | |
cArgs (const char *Argv0) | |
~cArgs (void) | |
bool | ReadDirectory (const char *Directory) |
int | GetArgc (void) const |
char ** | GetArgv (void) const |
Private Member Functions | |
bool | AddArg (const char *s) |
Private Attributes | |
cString | argv0 |
cStringList | args |
cString | lastArg |
bool | inVdrSection |
int | argc |
char ** | argv |
cArgs::cArgs | ( | const char * | Argv0 | ) |
|
private |
Definition at line 28 of file args.c.
References cVector< T >::Append(), args, inVdrSection, lastArg, and cString::sprintf().
Referenced by ReadDirectory().
|
inline |
|
inline |
bool cArgs::ReadDirectory | ( | const char * | Directory | ) |
Definition at line 39 of file args.c.
References AddArg(), AddDirectory(), cVector< T >::Append(), argc, args, argv, argv0, cVector< T >::At(), cStringList::Clear(), endswith(), esyslog, inVdrSection, isempty(), lastArg, cReadLine::Read(), cVector< T >::Size(), skipspace(), cString::sprintf(), startswith(), and stripspace().
Referenced by main().
|
private |
Definition at line 23 of file args.h.
Referenced by cArgs(), GetArgc(), and ReadDirectory().
|
private |
Definition at line 20 of file args.h.
Referenced by AddArg(), and ReadDirectory().
|
private |
|
private |
Definition at line 19 of file args.h.
Referenced by cArgs(), and ReadDirectory().
|
private |
Definition at line 22 of file args.h.
Referenced by AddArg(), and ReadDirectory().
|
private |
Definition at line 21 of file args.h.
Referenced by AddArg(), and ReadDirectory().