#include "../foundation/streams.h"#include "../../assetmanagement/AssetUser.h"#include "../../strclass.h"#include "../macros/define_implementations.h"#include "../protocols/strings.inl"#include "../protocols/streams.inl"Macros | |
| #define | is_string(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(String)) |
| #define | is_stringstream(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(StringStream)) |
| #define is_string | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(String)) |
| #define is_stringstream | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(StringStream)) |