1#ifndef MSLANG_ROTATION_H
2#define MSLANG_ROTATION_H
13 virtual void print(
int indentwidth);
14 void applyRotation(std::vector<std::shared_ptr<Base> >& bfuncs);
15 virtual void apply(std::vector<std::shared_ptr<Base> >& bfuncs);
std::string::iterator iterator
static bool parse_detail(iterator &it, const iterator &end, Function *&fun)
virtual void apply(std::vector< std::shared_ptr< Base > > &bfuncs)
void applyRotation(std::vector< std::shared_ptr< Base > > &bfuncs)
virtual void print(int indentwidth)