#include <Intersection.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 7 of file Intersection.h.
◆ Intersection() [1/2]
| mslang::Intersection::Intersection |
( |
| ) |
|
|
inline |
◆ Intersection() [2/2]
| mslang::Intersection::Intersection |
( |
const Intersection & | right | ) |
|
|
inline |
◆ ~Intersection()
| virtual mslang::Intersection::~Intersection |
( |
| ) |
|
|
inlinevirtual |
◆ apply()
| void mslang::Intersection::apply |
( |
std::vector< std::shared_ptr< Base > > & | bfuncs | ) |
|
|
virtual |
◆ parse()
Definition at line 48 of file MSLang.cpp.
References end(), FCall, mslang::Difference::parse_detail(), mslang::Ellipse::parse_detail(), mslang::Intersection::parse_detail(), mslang::Mask::parse_detail(), mslang::Polygon::parse_detail(), mslang::Rectangle::parse_detail(), mslang::Repeat::parse_detail(), mslang::Rotation::parse_detail(), mslang::Shear::parse_detail(), mslang::SymmetricDifference::parse_detail(), mslang::Translation::parse_detail(), and mslang::Union::parse_detail().
Referenced by mslang::parse(), mslang::Difference::parse_detail(), mslang::Intersection::parse_detail(), mslang::Repeat::parse_detail(), mslang::Rotation::parse_detail(), mslang::Shear::parse_detail(), mslang::SymmetricDifference::parse_detail(), mslang::Translation::parse_detail(), and mslang::Union::parse_detail().
◆ parse_detail()
◆ print()
| void mslang::Intersection::print |
( |
int | indentwidth | ) |
|
|
virtual |
◆ Double
| const std::string mslang::Function::Double = "(-?[0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
|
staticinherited |
◆ FCall
| const std::string mslang::Function::FCall = "([a-z_]*)\\((.*)" |
|
staticinherited |
◆ firstOperand_m
| Function* mslang::Intersection::firstOperand_m |
◆ secondOperand_m
| Function* mslang::Intersection::secondOperand_m |
◆ UDouble
| const std::string mslang::Function::UDouble = "([0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
|
staticinherited |
◆ UInt
| const std::string mslang::Function::UInt = "([0-9]+)" |
|
staticinherited |
The documentation for this struct was generated from the following files: