![]() |
MeLOn
|
#include <string>
#include <vector>
#include <memory>
#include "tinyxml2.h"
#include "AnnProperties.h"
#include "modelParser.h"
Go to the source code of this file.
Classes | |
class | melon::AnnParser |
This class implements an abstract parent class for ANN file parser. More... | |
class | melon::AnnParserCsv |
This class implements an specialization of the AnnParser for csv files. More... | |
class | melon::AnnParserXml |
This class implements an specialization of the AnnParser for xml files. More... | |
class | melon::AnnParserFactory |
This class is a factory class for creating child instances of AnnParser. More... | |
Namespaces | |
namespace | melon |