reflect.h | documentation |
#charset "us-ascii" /* * Copyright (c) 2000, 2006 Michael J. Roberts * * This file is part of TADS 3. * * This header defines properties for the reflection module. */ #ifndef _REFLECT_H_ #define _REFLECT_H_ /* * Main reflection object property to format a stack frame object (a * T3StackInfo object). */ property formatStackFrame; #endif /* _REFLECT_H */