yast2-core
YCP.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | |
3 | __ __ ____ _____ ____ |
4 | \ \ / /_ _/ ___|_ _|___ \ |
5 | \ V / _` \___ \ | | __) | |
6 | | | (_| |___) || | / __/ |
7 | |_|\__,_|____/ |_| |_____| |
8 | |
9 | core system |
10 | (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12 
13  File: YCP.h
14 
15  Author: Mathias Kettner <kettner@suse.de>
16  Stanislav Visnovsky <visnov@suse.cz>
17  Maintainer: Thomas Roelz <tom@suse.de>
18 
19 /-*/
20 // -*- c++ -*-
21 
22 /*
23  * Basic YCP library
24  */
25 
26 #ifndef YCP_h
27 #define YCP_h
28 
29 // include all basic types
30 
62 #include <ycp/YCPBoolean.h>
63 #include <ycp/YCPByteblock.h>
64 #include <ycp/YCPCode.h>
65 #include <ycp/YCPFloat.h>
66 #include <ycp/YCPInteger.h>
67 #include <ycp/YCPMap.h>
68 #include <ycp/YCPPath.h>
69 #include <ycp/YCPString.h>
70 #include <ycp/YCPSymbol.h>
71 #include <ycp/YCPTerm.h>
72 #include <ycp/YCPVoid.h>
73 #include <ycp/YCPExternal.h>
74 
75 #endif // YCP_h

Generated on a sunny day for yast2-core by doxygen 1.8.6