Qore Programming Language  0.9.1
QoreExternalNormalMember Class Reference

external wrapper base class for class normal members More...

#include <QoreReflection.h>

Inheritance diagram for QoreExternalNormalMember:
Collaboration diagram for QoreExternalNormalMember:

Public Member Methods

DLLEXPORT bool isTransient () const
 returns true if the member is transient (i.e. will not be serialized)
 
- Public Member Methods inherited from QoreExternalMemberVarBase
DLLEXPORT ClassAccess getAccess () const
 returns the access info for the member
 
DLLEXPORT const char * getAccessString () const
 returns a string for the access info for the member
 
- Public Member Methods inherited from QoreExternalMemberBase
DLLEXPORT QoreValue getDefaultValue (ExceptionSink *xsink) const
 evaluates the initialization expression for the member and returns the referenced value
 
DLLEXPORT const QoreExternalProgramLocationgetSourceLocation () const
 returns the source location of the member's declaration
 
DLLEXPORT const QoreTypeInfo * getTypeInfo () const
 returns the type info for the member
 

Detailed Description

external wrapper base class for class normal members

Since
Qore 0.9

The documentation for this class was generated from the following file: