#include "../foundation/streams.h"#include "objectsets.h"#include "../macros/define_implementations.h"Macros | |
| #define | is_pathname(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(PathName)) |
Enumerations | |
| enum | path_flags { rooted_path = 1, wild_card_path = 2 } |
| #define is_pathname | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(PathName)) |
| enum path_flags |