Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KEPassUtil.h
Go to the documentation of this file.
1 
8 #ifndef KEPASSUTIL_H
9 #define KEPASSUTIL_H
10 
11 #include <Coconut/Coconut.h>
12 #include "KEForwarders.h"
13 
23 struct KEFrame *
24 KEAddFrameToThisFrame(struct KEFrame * dst, const struct CNFixedString * ident, struct KELineInfo * linfo) ;
25 
33 struct KEFrame *
34 KEAddFrameToFrame(struct KEFrame * dst, struct KEPath * path, struct KELineInfo * linfo) ;
35 
46 CNBoolean
47 KEMergeFrames(struct KEFrame * dst, struct KEFrame * src) ;
48 
57 CNBoolean
58 KEMergeFrameIntoFrame(struct KEFrame * dst, struct KEPath * path, struct KEFrame * src) ;
59 
60 #endif /* KEPASSUTIL_H */
61 
KEProgram class.
Definition: KELineInfo.h:19
CNBoolean KEMergeFrameIntoFrame(struct KEFrame *dst, struct KEPath *path, struct KEFrame *src)
Add frame into the frame.
Definition: KEFrame.h:16
CNBoolean KEMergeFrames(struct KEFrame *dst, struct KEFrame *src)
Merge source frame into destination frame.
struct KEFrame * KEAddFrameToThisFrame(struct KEFrame *dst, const struct CNFixedString *ident, struct KELineInfo *linfo)
Add frame if the parent frame does not have it.
Forward declarations of the data type in KiwiEngine.
Definition: KEPath.h:16
struct KEFrame * KEAddFrameToFrame(struct KEFrame *dst, struct KEPath *path, struct KELineInfo *linfo)
Add frame if the parent frame does not have it.