Security Scol plugin
Toggle main menu visibility
Main Page
Related Pages
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
Typedefs
d
e
g
p
s
v
w
Enumerations
Enumerator
a
b
c
d
h
i
m
n
o
p
r
s
t
u
w
z
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
v
w
x
Macros
G:
work
subversion
scol-technologies
trunk
scol
plugins
security
cryptopp
secblockfwd.h
Go to the documentation of this file.
1
// secblockfwd.h - written and placed in the public domain by Jeffrey Walton
2
9
10
#ifndef CRYPTOPP_SECBLOCKFWD_H
11
#define CRYPTOPP_SECBLOCKFWD_H
12
13
#include "
config.h
"
14
15
NAMESPACE_BEGIN(CryptoPP)
16
17
template
<
class
T,
class
A>
18
class
SecBlock
;
19
20
template
<
class
T,
bool
A>
21
class
AllocatorWithCleanup
;
22
23
typedef
SecBlock<byte, AllocatorWithCleanup<byte, false>
>
SecByteBlock
;
24
typedef
SecBlock<word, AllocatorWithCleanup<word, false>
>
SecWordBlock
;
25
typedef
SecBlock<byte, AllocatorWithCleanup<byte, true>
>
AlignedSecByteBlock
;
26
27
NAMESPACE_END
28
29
#endif
// CRYPTOPP_SECBLOCKFWD_H
AllocatorWithCleanup
Allocates a block of memory with cleanup.
Definition
secblock.h:188
SecBlock
Secure memory block with allocator and cleanup.
Definition
secblock.h:731
config.h
Library configuration file.
Generated by
1.9.8