#include "Parser.h"
#include <glibmm/ustring.h>
Classes | |
struct | _repoData |
class | CVSConfig |
CVSConfig class: Contains and manages entries of config file. More... | |
Defines | |
#define | REPOSITORY "Repository%u" |
Generic "Repository" keyword. | |
#define | REPOSITORY_NAME "Repository%uName" |
Keyword for repository name. | |
#define | REPOSITORY_DESCR "Repository%uDescription" |
Keyword for description of repository. | |
#define | REPOSITORY_DEFAULT "Repository%uDefault" |
Keyword for repository default flag. | |
#define | REPOSITORY_PUBLISH "Repository%uPublish" |
Keyword for repository publishing flag. | |
#define | REPOSITORY_ONLINE "Repository%uOnline" |
Keyword for flag indicating an online repository. | |
#define | SERVER_NAME "ServerName" |
Key word for server name. | |
Typedefs | |
typedef struct _repoData | repoData |
Simpler name for struct. |
#define REPOSITORY "Repository%u" |
Generic "Repository" keyword.
#define REPOSITORY_DEFAULT "Repository%uDefault" |
Keyword for repository default flag.
#define REPOSITORY_DESCR "Repository%uDescription" |
Keyword for description of repository.
#define REPOSITORY_NAME "Repository%uName" |
Keyword for repository name.
#define REPOSITORY_ONLINE "Repository%uOnline" |
Keyword for flag indicating an online repository.
#define REPOSITORY_PUBLISH "Repository%uPublish" |
Keyword for repository publishing flag.
#define SERVER_NAME "ServerName" |
Key word for server name.