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 
00007 #ifndef GO_INIT_H
00008 #define GO_INIT_H
00009 
00010 //----------------------------------------------------------------------------
00011 
00012 void GoFini();
00013 
00014 /** Initialization of module Go.
00015     Must be called after SgInit.
00016     @throws SgException on failure.
00017 */
00018 void GoInit();
00019 
00020 void GoInitCheck();
00021 
00022 //----------------------------------------------------------------------------
00023 
00024 #endif // GO_INIT_H
00025 


17 Jun 2010 Doxygen 1.4.7