#include "../kernel/value.h"#include "../../units.h"#include "../macros/define_implementations.h"#include "..\protocols\time.inl"Macros | |
| #define | is_time(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSTime)) |
| #define | is_interval(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSInterval)) |
Functions | |
| visible_class_debug_ok(MSTime) class MSTime | ENABLE_STACK_ALLOCATE (MSTime) |
| MSTime (TimeValue t) | |
| static ScripterExport Value * | intern (TimeValue t) |
| classof_methods (MSTime, Value) | |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| #define is_time | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSTime)) |
| #define is_interval | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSInterval)) |
| visible_class_debug_ok (MSTime) class MSTime ENABLE_STACK_ALLOCATE | ( | MSTime | ) |
| MSTime | ( | TimeValue | t | ) |
|
static |
| void collect | ( | ) |
| ScripterExport void sprin1 | ( | CharStream * | s | ) |