![]() |
Qore Programming Language - C/C++ Library
0.9.4.3
|
external wrapper class for constants More...
#include <QoreReflection.h>
Public Member Functions | |
DLLEXPORT ClassAccess | getAccess () const |
returns the access info for the constant | |
const DLLEXPORT char * | getName () const |
returns the constant name | |
DLLEXPORT QoreValue | getReferencedValue () const |
returns the value of the constant; caller owns any reference returned | |
const DLLEXPORT QoreExternalProgramLocation * | getSourceLocation () const |
returns the source code location of the constant's definition | |
const DLLEXPORT QoreTypeInfo * | getTypeInfo () const |
returns the type info for the constant | |
DLLEXPORT bool | isBuiltin () const |
returns true if the constant is builtin | |
DLLEXPORT bool | isModulePublic () const |
returns true if the constant has the module public flag set | |
external wrapper class for constants