Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

TextRepFactory.sip

Go to the documentation of this file.
00001 /* -*- mode: c++ -*-
00002  *
00003  * This is the SIP interface definition for  TextRepFactory
00004  *
00005  * Copyright (C) 2003   The Board of Trustees of The Leland Stanford
00006  * Junior University.  All Rights Reserved.
00007  *
00008  * $Id: TextRepFactory.sip,v 1.3 2004/03/25 18:04:56 pfkeb Exp $
00009  *
00010  */
00011 
00012 class TextRepFactory
00013 {
00014 %TypeHeaderCode
00015 #include "reps/TextRepFactory.h"
00016 %End
00017 
00018 
00019  private:
00020 
00022   TextRepFactory  ( );
00023 
00024  public:
00025 
00026   static TextRepFactory * instance ();
00027 
00028   const std::vector < std::string > & names ();
00029 
00030 };

Generated on Wed Sep 7 14:51:29 2005 for SiHippo by  doxygen 1.4.3