#include <vector>
#include <unordered_map>
#include <string>
#include <memory>
#include <iostream>
#include "containers.h"
#include "qcstring.h"
#include "config.h"
#include "construct.h"
Go to the source code of this file.
◆ ConfigImpl_getBool
#define ConfigImpl_getBool |
( |
| val | ) |
|
◆ ConfigImpl_getEnum
#define ConfigImpl_getEnum |
( |
| val | ) |
|
Value:
QCString & getEnum(const char *fileName, int num, const char *name) const
Definition at line 323 of file configimpl.h.
◆ ConfigImpl_getInt
#define ConfigImpl_getInt |
( |
| val | ) |
|
Value:
int & getInt(const char *fileName, int num, const char *name) const
Definition at line 321 of file configimpl.h.
◆ ConfigImpl_getList
#define ConfigImpl_getList |
( |
| val | ) |
|
Value:
StringVector & getList(const char *fileName, int num, const char *name) const
Definition at line 322 of file configimpl.h.
◆ ConfigImpl_getString
#define ConfigImpl_getString |
( |
| val | ) |
|
Value:
QCString & getString(const char *fileName, int num, const char *name) const
Definition at line 320 of file configimpl.h.
◆ ConfigOptionList
◆ ConfigOptionMap