Jpp
15.0.1-rc.1-highqe
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
DataQueue
debug_abrt.hh
Go to the documentation of this file.
1
#ifndef __DEBUG_ABRT_HH
2
#define __DEBUG_ABRT_HH
3
4
#include <stdlib.h>
5
6
/**
7
* \author cpellegrino
8
*/
9
10
template
<
typename
T>
11
void
__debug_abort_on_wrong_size_
(
size_t
size)
12
{
13
if
(
sizeof
(
T
) != size)
14
{
15
abort();
16
}
17
}
18
19
#endif
T
do set_variable OUTPUT_DIRECTORY $WORKDIR T
Definition:
JCalibrateHeight.sh:61
__debug_abort_on_wrong_size_
void __debug_abort_on_wrong_size_(size_t size)
Definition:
debug_abrt.hh:11
Generated by
1.8.5