Implementation of the LoaderGenerator class for Ace-based mermaid implementation. More...
#include "config.h"
#include "LoaderGenerator.hpp"
#include <fstream>
#include <iostream>
#include <string>
#include <sstream>
#include <algorithm>
#include <FilePathSearch.hpp>
#include <XmlDocument.hpp>
#include <XmlElement.hpp>
#include <XmlElementVector.hpp>
#include <DeploymentConfiguration.hpp>
Go to the source code of this file.
Functions | |
std::string | getIndent () |
int | main (int argc, char **argv) |
Variables | |
int | indent = 0 |
Implementation of the LoaderGenerator class for Ace-based mermaid implementation.
Implementation of the UnitGenerator class for Ace-based mermaid implementation.
Definition in file LoaderGenerator.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 79 of file LoaderGenerator.cpp.