YCP.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |  
00003 |                      __   __    ____ _____ ____                      |  
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |  
00005 |                       \ V / _` \___ \ | |   __) |                    |  
00006 |                        | | (_| |___) || |  / __/                     |  
00007 |                        |_|\__,_|____/ |_| |_____|                    |  
00008 |                                                                      |  
00009 |                               core system                            | 
00010 |                                                        (C) SuSE GmbH |  
00011 \----------------------------------------------------------------------/ 
00012 
00013    File:       YCP.h
00014 
00015    Author:     Mathias Kettner <kettner@suse.de>
00016                Stanislav Visnovsky <visnov@suse.cz>
00017    Maintainer: Thomas Roelz <tom@suse.de>
00018 
00019 /-*/
00020 // -*- c++ -*-
00021 
00022 /*
00023  * Basic YCP library
00024  */
00025 
00026 #ifndef YCP_h
00027 #define YCP_h
00028 
00029 // include all basic types
00030 
00031 #include <ycp/YCPBoolean.h>
00032 #include <ycp/YCPByteblock.h>
00033 #include <ycp/YCPCode.h>
00034 #include <ycp/YCPFloat.h>
00035 #include <ycp/YCPInteger.h>
00036 #include <ycp/YCPMap.h>
00037 #include <ycp/YCPPath.h>
00038 #include <ycp/YCPString.h>
00039 #include <ycp/YCPSymbol.h>
00040 #include <ycp/YCPTerm.h>
00041 #include <ycp/YCPVoid.h>
00042 #include <ycp/YCPExternal.h>
00043 
00044 #endif // YCP_h

Generated on Fri Jun 16 18:07:45 2006 for yast2-core by  doxygen 1.4.6