Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4866563
versionspass.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
Sun, Sep 13, 2:43 PM
Size
383 B
Mime Type
text/x-c++
Expires
Tue, Sep 15, 2:43 PM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
292665
Attached To
rXR Xreate
versionspass.h
View Options
/*
* File: versionspass.h
* Author: v.melnychenko@xreate.org
*
* Created on January 4, 2017, 3:09 PM
*/
#ifndef VERSIONSPASS_H
#define VERSIONSPASS_H
namespace xreate {
class VersionsPass: public AbstractPass<void> {
void process(const Expression& expression, PassContext context, const std::string& varDecl="") override;
};
}
#endif /* VERSIONSPASS_H */
Event Timeline
Log In to Comment