ESLA

Embeddable Scriting LAnguage

frantz@pangea.stanford.edu

Stanford University, Rock Fracture Project research group

© 2003

naming_lib.h

Go to the documentation of this file.
00001 /*************************************************************************
00002  *              ESLA: Embeddable Scripting LAnguage
00003  *                  Copyright (C) 2003 Frantz Maerten
00004  *
00005  *   This  program  is  free  software;  you  can  redistribute it and/or
00006  *   modify  it  under  the  terms  of  the GNU General Public License as
00007  *   published  by  the Free Software Foundation; either version 2 of the
00008  *   License, or (at your option) any later version.
00009  *
00010  *   If  you modify this software, you should contact the author, include
00011  *   a  notice giving the name of the person performing the modification,
00012  *   the date of modification, and the reason for such modification.
00013  *
00014  *   Note   that   the   GNU  General  Public  License  does  not  permit
00015  *   incorporating the Software into proprietary programs.
00016  *
00017  *  Contact: Frantz Maerten
00018  *     frantz@pangea.stanford.edu
00019  *
00020  *     Dept. of Geological & Environmental Sciences
00021  *     Stanford University 
00022  *     Stanford, CA 94305-2115
00023  *     USA
00024  *
00025  * Adapted from Bruno Levy (levy@loria.fr)
00026  *************************************************************************/
00027 
00028 
00029 #ifndef _NAMING_NAMING_LIB__
00030 #define _NAMING_NAMING_LIB__
00031 
00032 #include "../esla_namespace.h"
00033 #include "naming_context.h"
00034 
00035 BEGIN_LIB_NAMESPACE
00036 
00042 class NamingLibrary {
00043 public:
00044   static NamingContext* root() ;
00045   
00046   static void initialize() ;
00047   static void terminate() ;
00048   
00049 private:
00050   static NamingContext* root_ ;
00051 } ;
00052 
00053 END_LIB_NAMESPACE
00054 
00055 #endif
00056 

Generated on Wed May 14 11:42:31 2003 for Esla-lib by doxygen1.3-rc1