#include <string>#include <iostream>#include <vector>#include <map>#include "GNURegex.h"#include "Resource.h"#include "AISExceptions.h"


Go to the source code of this file.
Classes | |
| class | AISResources |
| Manage AIS resources. More... | |
| struct | AISResources::FindRegexp |
| struct | AISResources::MatchRegexp |
Typedefs | |
| typedef vector< Resource > | ResourceVector |
| typedef ResourceVector::const_iterator | ResourceVectorCIter |
| typedef ResourceVector::iterator | ResourceVectorIter |
| typedef vector<Resource> ResourceVector |
Definition at line 46 of file AISResources.h.
| typedef ResourceVector::const_iterator ResourceVectorCIter |
Definition at line 48 of file AISResources.h.
| typedef ResourceVector::iterator ResourceVectorIter |
Definition at line 47 of file AISResources.h.
1.5.4