Torque3D Documentation / _generateds / Journal::MethodDecl< T *, void(T::*)(A, B, C, D) >

Journal::MethodDecl< T *, void(T::*)(A, B, C, D) >

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

More...

Public Types

void(T::*
MethodPtr )(A, B, C, D)
T *
ObjPtr 

Public Attributes

A
a 
B
b 
C
c 
D
d 
MethodPtr
ObjPtr

Public Functions

MethodDecl(ObjPtr o, MethodPtr p)
read(Stream * file)

Detailed Description

Public Types

typedef void(T::* MethodPtr )(A, B, C, D)
typedef T * ObjPtr 

Public Attributes

A a 
B b 
C c 
D d 
MethodPtr method 
ObjPtr obj 

Public Functions

MethodDecl(ObjPtr o, MethodPtr p)

dispatch()

read(Stream * file)