Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3998090
xreatemanager-decorators.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 8, 11:14 PM
Size
638 B
Mime Type
text/x-c++
Expires
Fri, Jul 10, 11:14 PM (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
272815
Attached To
rXR Xreate
xreatemanager-decorators.h
View Options
/*
* File: xreatemanager-decorators.h
* Author: pgess <v.melnychenko@xreate.org>
*
* Created on July 16, 2017, 4:37 PM
*/
#ifndef XREATEMANAGER_DECORATORS_H
#define XREATEMANAGER_DECORATORS_H
#include "xreatemanager.h"
namespace xreate {
class XreateManagerDecoratorBase: public details::tier2::XreateManager{
public:
void analyse();
public:
virtual void prepareCode(std::string&& code);
virtual void prepareCode(FILE* code);
};
class XreateManagerDecoratorFull: public XreateManagerDecoratorBase {
public:
void initPasses() override;
void* run();
};
}
#endif /* XREATEMANAGER_DECORATORS_H */
Event Timeline
Log In to Comment