jle_cpp_tk
0.0 2015-04-03 sh1:"d699093732dd5f321606d0ff7a6b63b229f1922c"
A small, safe, selft contained, soft-realtime C++ toolkit
Main Page
Namespaces
Classes
Files
Examples
File List
container_support.h
1
#ifndef JLE_CONTAINER_SUPPORT__H
2
#define JLE_CONTAINER_SUPPORT__H
3
4
5
11
namespace
jle
{
12
13
namespace
internal_for_containers
14
{
15
int
register_container(
bool
is_empty);
16
17
void
register_container_size_change(
int
reg_code);
18
19
int
get_registered_container_last_size_change(
int
reg_code);
20
21
22
bool
is_registered_container(
int
reg_code);
23
24
void
unregister_container(
int
reg_code);
25
26
27
};
// namespace internal_for_containers
28
29
};
// end namespace jle
30
31
32
#endif // JLE_CONTAINER_SUPPORT__H
jle
generic namespace
Definition:
alarm.cpp:12
src
core
cont
container_support.h
Generated on Wed Mar 16 2016 20:34:38 for jle_cpp_tk by
1.8.11