yast2-core
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
libycp
src
include
ycp
YCodePtr.h
Go to the documentation of this file.
1
/*----------------------------------------------------------*- c++ -*--\
2
| |
3
| __ __ ____ _____ ____ |
4
| \ \ / /_ _/ ___|_ _|___ \ |
5
| \ V / _` \___ \ | | __) | |
6
| | | (_| |___) || | / __/ |
7
| |_|\__,_|____/ |_| |_____| |
8
| |
9
| core system |
10
| (C) SuSE Linux AG |
11
\----------------------------------------------------------------------/
12
13
File: YCodePtr.h
14
15
Author: Klaus Kaempf <kkaempf@suse.de>
16
Maintainer: Klaus Kaempf <kkaempf@suse.de>
17
18
/-*/
19
20
#ifndef YCodePtr_h
21
#define YCodePtr_h
22
23
#include <
y2util/RepDef.h
>
24
25
// YCodePtr
26
// constYCodePtr
27
28
DEFINE_BASE_POINTER
(
YCode
);
29
DEFINE_DERIVED_POINTER
(YError,
YCode
);
30
DEFINE_DERIVED_POINTER
(
YConst
,
YCode
);
31
DEFINE_DERIVED_POINTER
(
YLocale
,
YCode
);
32
DEFINE_DERIVED_POINTER
(
YFunction
,
YCode
);
33
DEFINE_DERIVED_POINTER
(
YBreakpoint
,
YCode
);
34
35
// needed in YCode.h already
36
DEFINE_DERIVED_POINTER
(
YBlock
,
YCode
);
37
38
#endif // YCodePtr_h
39
YCode
YCode for precompiled ycp code.
Definition:
YCode.h:75
YLocale
Definition:
YCode.h:325
YBlock
Definition:
YBlock.h:49
DEFINE_BASE_POINTER
DEFINE_BASE_POINTER(YCode)
YBreakpoint
YBreakpoint wrapper for YCP debugger.
Definition:
YBreakpoint.h:40
YFunction
Definition:
YCode.h:370
YConst
YCP Constant.
Definition:
YCode.h:293
DEFINE_DERIVED_POINTER
DEFINE_DERIVED_POINTER(YError, YCode)
RepDef.h
Generated on a sunny day for yast2-core by
1.8.6