#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)) |
#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)) |