|
bpmn++
A BPMN parser library, written in C++
|
This is the complete list of members for XML::Value, including all inherited members.
| False | XML::Value | inlinestatic |
| operator bool() const | XML::Value | inline |
| operator double() const | XML::Value | inline |
| operator int() const | XML::Value | inline |
| operator std::string() const | XML::Value | inline |
| operator std::string_view() const | XML::Value | inline |
| operator=(const std::string &s) | XML::Value | inline |
| operator=(bool b) | XML::Value | inline |
| operator=(int i) | XML::Value | inline |
| operator=(double d) | XML::Value | inline |
| True | XML::Value | inlinestatic |
| value | XML::Value | |
| Value(const std::string &s) | XML::Value | inline |
| Value(bool b) | XML::Value | inline |
| Value(int i) | XML::Value | inline |
| Value(double d) | XML::Value | inline |