NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <fstream>
#include <string>
#include <vector>
#include "../ui/error.hpp"
#include "../settings.hpp"
#include "../structures.hpp"
#include "table.hpp"
#include "memory.hpp"
#include "stringmemory.hpp"
#include "cluster.hpp"
#include "fileadapter.hpp"
Go to the source code of this file.
Classes | |
class | MemoryManager |
This class represents the central memory managing instance. It will handle all tables and clusters, which have been created during the runtime. More... | |