CASM
1.1.0
A Clusters Approach to Statistical Mechanics
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
Enumerator
a
b
c
d
e
f
h
i
n
o
p
q
r
s
v
Related Functions
Files
File List
File Members
All
a
b
c
d
e
h
i
j
l
m
o
p
q
r
s
t
v
Functions
c
m
o
q
Variables
Typedefs
Macros
a
c
e
h
i
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
errors.hh
Go to the documentation of this file.
1
#ifndef CASM_global_errors
2
#define CASM_global_errors
3
4
#include <string>
5
7
namespace
CASM
{
8
9
class
libcasm_runtime_error
:
public
std::runtime_error {
10
public
:
11
libcasm_runtime_error
(std::string _what) :
std
::
runtime_error
(_what) {}
12
13
virtual
~libcasm_runtime_error
() {}
14
15
private
:
16
std::string
m_what
;
17
};
18
19
}
// namespace CASM
20
21
#endif
CASM::libcasm_runtime_error
Definition:
errors.hh:9
CASM::libcasm_runtime_error::libcasm_runtime_error
libcasm_runtime_error(std::string _what)
Definition:
errors.hh:11
CASM::libcasm_runtime_error::~libcasm_runtime_error
virtual ~libcasm_runtime_error()
Definition:
errors.hh:13
CASM::libcasm_runtime_error::m_what
std::string m_what
Definition:
errors.hh:16
CASM::runtime_error
Definition:
errors.hh:34
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
std
Definition:
stream_io.hh:24
include
casm
global
errors.hh
Generated on Tue Mar 23 2021 14:16:35 for CASM by
1.9.1