MicroModelicaCCompiler
4.5.3
|
#include <boost/variant/variant.hpp>
#include <fstream>
#include <list>
#include <string>
#include "../util/util.hpp"
Go to the source code of this file.
Classes | |
class | MicroModelica::Generator::Writer |
class | MicroModelica::Generator::MemoryWriter |
class | MicroModelica::Generator::FileWriter |
Namespaces | |
MicroModelica | |
MicroModelica::Generator | |
MicroModelica::Generator::WRITER | |
Macros | |
#define | SECTIONS 35 |
Typedefs | |
typedef std::shared_ptr< Writer > | MicroModelica::Generator::WriterPtr |
typedef boost::variant< MemoryWriter, FileWriter > | MicroModelica::Generator::WriterType |
#define SECTIONS 35 |
Definition at line 67 of file writer.hpp.