Path: blob/devel/ElmerGUI/netgen/libsrc/general/myadt.hpp
3206 views
#ifndef FILE_MYADT1#define FILE_MYADT23/**************************************************************************/4/* File: myadt.hpp */5/* Author: Joachim Schoeberl */6/* Date: 01. Jun. 95 */7/**************************************************************************/89/*10include for all abstract data types11*/12131415#include "../include/mystdlib.h"16#include "../include/mydefs.hpp"171819namespace netgen20{21#include "ngexception.hpp"22#include "parthreads.hpp"23#include "moveablemem.hpp"24#include "dynamicmem.hpp"2526#include "template.hpp"27#include "array.hpp"28#include "table.hpp"29#include "hashtabl.hpp"30#include "symbolta.hpp"31#include "bitarray.hpp"32#include "flags.hpp"33#include "spbita2d.hpp"34#include "seti.hpp"35#include "optmem.hpp"36#include "autoptr.hpp"37#include "sort.hpp"38#include "stack.hpp"39#include "mystring.hpp"40#include "profiler.hpp"41#include "netgenout.hpp"4243}4445#endif464748