#include <Union.h>
|
| 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 10 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: