ExtRemoteTyped::OutFullValue 方法 (engextcpp.hpp)

OutFullValue 方法打印此对象所表示的类型和值。

语法

void OutFullValue();

返回值

没有

言论

OutFullValue 方法打印的详细信息比 ExtRemoteTyped::OutSimpleValue 方法更详细。 例如,OutFullValue 输出已取消引用的指针及其指向的值。

类型和值信息将发送到调试器引擎的输出回调。

返回

此方法不返回值。

要求

要求 价值
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteTyped

ExtRemoteTyped::OutSimpleValue