#include <Union.h>
|
virtual | ~Union () |
|
virtual void | print (int indentwidth) |
|
virtual void | apply (std::vector< std::shared_ptr< Base > > &bfuncs) |
|
virtual | ~Function () |
|
virtual void | apply (std::vector< std::shared_ptr< Base >> &bfuncs)=0 |
|
|
static const std::string | UDouble = "([0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
|
static const std::string | Double = "(-?[0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
|
static const std::string | UInt = "([0-9]+)" |
|
static const std::string | FCall = "([a-z_]*)\\((.*)" |
|
Definition at line 7 of file Union.h.
◆ ~Union()
virtual mslang::Union::~Union |
( |
| ) |
|
|
inlinevirtual |
◆ apply()
void mslang::Union::apply |
( |
std::vector< std::shared_ptr< Base > > & |
bfuncs | ) |
|
|
virtual |
◆ parse_detail()
◆ print()
void mslang::Union::print |
( |
int |
indentwidth | ) |
|
|
virtual |
◆ funcs_m
std::vector<Function*> mslang::Union::funcs_m |
The documentation for this struct was generated from the following files:
- /Users/gsell/src/OPAL/src/src/Classic/Utilities/MSLang/Union.h
- /Users/gsell/src/OPAL/src/src/Classic/Utilities/MSLang/Union.cpp