Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4000386
functiontagspass.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:10 AM
Size
301 B
Mime Type
text/x-c++
Expires
Sat, Jul 11, 4:10 AM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
273291
Attached To
rXR Xreate
functiontagspass.h
View Options
#ifndef FUNCTIONTAGSPASS_H
#define FUNCTIONTAGSPASS_H
#include "ast.h"
#include <iostream>
#include "clasplayer.h"
namespace xreate {
class FunctionTagsPass
{
public:
FunctionTagsPass(AST& root);
void run(ClaspLayer& clasp);
private:
const AST& __root;
};}
#endif // FUNCTIONTAGSPASS_H
Event Timeline
Log In to Comment