#include <ctime>
#include <stdio.h>
#include <regex.h>
#include <ctype.h>
#include "unigremlin.h"
Go to the source code of this file.
Defines | |
#define | MAX_DEPTH 5 |
#define | TYPE_STRING 0 |
#define | TYPE_IP 1 |
#define | TYPE_IP_NETWORK 2 |
#define | TYPE_HOSTNAME 3 |
#define | TYPE_BOOL 4 |
#define | TYPE_INT 5 |
#define | TYPE_FLOAT 6 |
#define | NUM_TYPES 7 |
|
Definition at line 7 of file unigremlin.cc. |
|
Definition at line 15 of file unigremlin.cc. |
|
Definition at line 12 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 14 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 11 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 13 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 9 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 10 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |
|
Definition at line 8 of file unigremlin.cc. Referenced by UniConfGremlin::test(). |