Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoInit.h

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 /** @file GoInit.h
00003     Initialization of module Go. */
00004 //----------------------------------------------------------------------------
00005 
00006 #ifndef GO_INIT_H
00007 #define GO_INIT_H
00008 
00009 //----------------------------------------------------------------------------
00010 
00011 void GoFini();
00012 
00013 /** Initialization of module Go.
00014     Must be called after SgInit.
00015     @throws SgException on failure. */
00016 void GoInit();
00017 
00018 void GoInitCheck();
00019 
00020 //----------------------------------------------------------------------------
00021 
00022 #endif // GO_INIT_H
00023 


Sun Mar 13 2011 Doxygen 1.7.1