Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4000540
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
Thu, Jul 9, 4:24 AM
Size
840 B
Mime Type
text/x-c++
Expires
Sat, Jul 11, 4:24 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
273269
Attached To
rXR Xreate
xreatemanager-decorators.h
View Options
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* 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