Torque3D Documentation / _generateds / Journal::FunctorDecl< void(*)(A, B, C, D, E, F, G, H, I, J, K, L, M) >

Journal::FunctorDecl< void(*)(A, B, C, D, E, F, G, H, I, J, K, L, M) >

Engine/source/core/util/journal/journal.h

More...

Public Types

void(*
FuncPtr )(A, B, C, D, E, F, G, H, I, J, K, L, M)

Public Attributes

A
a 
B
b 
C
c 
D
d 
E
e 
F
f 
G
g 
H
h 
I
i 
J
j 
K
k 
L
l 
M
m 
FuncPtr

Public Functions

FunctorDecl(FuncPtr p)
read(Stream * file)

Detailed Description

Public Types

typedef void(* FuncPtr )(A, B, C, D, E, F, G, H, I, J, K, L, M)

Public Attributes

A a 
B b 
C c 
D d 
E e 
F f 
G g 
H h 
I i 
J j 
K k 
L l 
M m 
FuncPtr ptr 

Public Functions

FunctorDecl(FuncPtr p)

dispatch()

read(Stream * file)