From 2d07b5ec5c7d8ffda9defe5e48bce10654ca240c Mon Sep 17 00:00:00 2001 From: dnotestein Date: Thu, 9 Jan 2014 10:58:35 -0500 Subject: [PATCH] Visual Studio native visualizers for fc --- fc.natvis | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 fc.natvis diff --git a/fc.natvis b/fc.natvis new file mode 100644 index 000000000..7188bfa86 --- /dev/null +++ b/fc.natvis @@ -0,0 +1,57 @@ + + + + + + *(const int64_t*)(&_data) + *(const uint64_t*)(&_data) + *(const double*)(&_data) + *(const bool*)(&_data) + *(const const_string_ptr*)(&_data) + *(const const_variants_ptr*)(&_data) + *(const const_variant_object_ptr*)(&_data) + (fc::variant::type_id)(*(((char*)(&_data)) + sizeof(fc::variant) - 1)) + + + + + {*($T1*)(((_store)._store)._data)} + + ($T1*)(((_store)._store)._data) + + + + + {my} + + my + + + + + invalid + valid, value = {*(($T1*)_value)} + + ($T1*)_value + _valid + + + + + {_p} + + _p + + + + \ No newline at end of file