Hermes2D  3.0
mixins2d.h
1 #ifndef __H2D_MIXINS_H
2 #define __H2D_MIXINS_H
3 #include "api2d.h"
4 #include "global.h"
5 namespace Hermes
6 {
7  namespace Hermes2D
8  {
16  namespace Mixins
17  {
22  class HERMES_API XMLParsing
23  {
24  public:
26  XMLParsing();
27 
29  void set_validation(bool to_set);
30 
31  protected:
33  bool validate;
34  };
35 
37  class HERMES_API Parallel
38  {
39  protected:
40  Parallel();
41  protected:
42  unsigned char num_threads_used;
43  std::string exceptionMessageCaughtInParallelBlock;
44  };
45  }
46  }
47 }
48 #endif
Definition: adapt.h:24
Class utilizes parallel calculation.
Definition: mixins2d.h:37
Common definitions for Hermes2D.
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.