#include <rbasic.h>
|
| RBasic () |
| We need to define this explicit constructor because the field klass is const-qualified above, which effectively defines the implicit default constructor as "deleted" (as of C++11) – No way but to define one by ourselves. More...
|
|
Definition at line 45 of file rbasic.h.
◆ RBasic()
We need to define this explicit constructor because the field klass
is const-qualified above, which effectively defines the implicit default constructor as "deleted" (as of C++11) – No way but to define one by ourselves.
Definition at line 63 of file rbasic.h.
◆ flags
◆ klass
The documentation for this struct was generated from the following file: