Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

types.h File Reference

#include "global.h"
#include <list>

Include dependency graph for types.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Typedefs

typedef JNIEnvThreadID
 ThreadID's identify threads. More...

typedef map<const jmethodID,
const class MethodInfo*> 
MethodMap
 Maps from jmethodID to a MethodInfo object. More...

typedef map<const ThreadID,
class ThreadInfo
ThreadMap
 Maps from a ThreadID to a ThreadInfo object. More...

typedef set<jmethodIDMethodSet
 A set of jmethodIDs. More...

typedef jobjectID jclassID
typedef set<jclassIDClassSet
typedef map<jclassID, class
ClassInfo
ClassInfoMap
typedef vector<jmethodIDMethodList
 A map from class (jobjectID) to the set of methods that it defines. More...

typedef map<const jobjectID,
MethodList
ClassMethopMap


Typedef Documentation

typedef map< jclassID, class ClassInfo > ClassInfoMap<jclassID, class ClassInfo>
 

Definition at line 60 of file types.h.

typedef map< const jobjectID, MethodList > ClassMethopMap<const jobjectID, MethodList >
 

Definition at line 66 of file types.h.

typedef set< jclassID > ClassSet<jclassID>
 

Definition at line 59 of file types.h.

typedef vector< jmethodID > MethodList<jmethodID>
 

A map from class (jobjectID) to the set of methods that it defines.

Definition at line 64 of file types.h.

typedef map< const jmethodID, const class MethodInfo *> MethodMap<const jmethodID, const class MethodInfo*>
 

Maps from jmethodID to a MethodInfo object.

Definition at line 50 of file types.h.

typedef set< jmethodID > MethodSet<jmethodID>
 

A set of jmethodIDs.

Definition at line 56 of file types.h.

typedef JNIEnv * ThreadID
 

ThreadID's identify threads.

Definition at line 43 of file types.h.

typedef map< const ThreadID, class ThreadInfo > ThreadMap<const ThreadID, class ThreadInfo>
 

Maps from a ThreadID to a ThreadInfo object.

Definition at line 53 of file types.h.

typedef jobjectID jclassID
 

Definition at line 58 of file types.h.


Generated at Sun Jun 24 20:58:19 2001 for xdprof by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001