Snippets

Florian cegui.natvis

You are viewing an old version of this snippet. View the current version.
Revised by Florian c6fa286
1
2
3
4
5
6
7
8
<!-- Copyright (c) Florian Richter. Licensed under the MIT license. -->
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  <Type Name="CEGUI::AllocatedObject&lt;CEGUI::String&gt;">
    <DisplayString Condition="((CEGUI::String*)this)-&gt;d_buffer == 0">{((CEGUI::String*)this)-&gt;d_quickbuff,s32}</DisplayString>
    <DisplayString Condition="((CEGUI::String*)this)-&gt;d_buffer != 0">{((CEGUI::String*)this)-&gt;d_buffer,s32}</DisplayString>
  </Type>
</AutoVisualizer>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.