DASH
0.3.0
NotImplemented.h
1
#ifndef DASH__EXCEPTION__NOT_IMPLEMENTED_H_
2
#define DASH__EXCEPTION__NOT_IMPLEMENTED_H_
3
4
#include <stdexcept>
5
#include <string>
6
7
namespace
dash
{
8
namespace
exception {
9
10
class
NotImplemented
:
public
::std::runtime_error {
11
public
:
12
NotImplemented
(const ::std::string & msg)
13
: ::std::runtime_error(msg) {
14
}
15
};
16
17
}
// namespace exception
18
}
// namespace dash
19
20
#endif // DASH__EXCEPTION__NOT_IMPLEMENTED_H_
dash
This class is a simple memory pool which holds allocates elements of size ValueType.
Definition:
AllOf.h:8
dash::exception::NotImplemented
Definition:
NotImplemented.h:10
tmp
tmporruphar
dash
include
dash
exception
NotImplemented.h
Generated by
1.8.13