Overview   Project   Class   Tree   Deprecated   Index 
GraphGo 0.2
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

BVector
(BVector globals)

   in BVector.h
   in BVector.cpp
   in dllmain.cpp

(BVector globals)


Field Summary
 int[ 32 ] mask
          
 int*[ MAXMEM ] memory
          
 BVECTOR_API int nBVector
          
 
Method Summary
 BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved )
          
 __declspec( dllimport ) int fnBVector( void )
          
 

Field Detail

mask

 int mask[ 32 ];

memory

 int* memory[ MAXMEM ];

nBVector

 BVECTOR_API int nBVector;


Method Detail

DllMain

 BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved );

fnBVector

 __declspec( dllimport ) int fnBVector( void );

 Overview   Project   Class   Tree   Deprecated   Index 
GraphGo 0.2
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD