Arduino Filters
master
Filter library for Arduino
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
d
g
i
p
s
t
Functions
a
d
g
i
p
s
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
w
x
y
z
Typedefs
a
c
d
e
i
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
d
e
f
h
n
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
src
AH
STL
vector.cpp
Go to the documentation of this file.
1
#if defined(TEENSYDUINO) && !defined(AVR)
2
#include "vector"
3
#include <
AH/Error/Error.hpp
>
4
5
namespace
std
{
6
void
__throw_bad_alloc() {
FATAL_ERROR
(F(
"bad_alloc"
), 0x6371); }
7
8
void
__throw_length_error(
char
const
*e) {
9
FATAL_ERROR
(F(
"length_error: "
) << e, 0x6372);
10
}
11
}
// namespace std
12
#endif
Error.hpp
FATAL_ERROR
#define FATAL_ERROR(msg, errc)
Print the error message and error code, and stop the execution.
Definition:
Error.hpp:60
std
Definition:
vector.cpp:5
Generated by
1.9.4