ArrayChildProvider Class

This class facilitates implementing expression filters for vector-like classes (e.g. std::vector). Given enough information about the amount of elements and C++ expressions representing them this class implements the IExpressionChildProvider interface required by VisualGDB.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public class ArrayChildProvider : IExpressionChildProvider
Inheritance
Object    ArrayChildProvider
Implements
IExpressionChildProvider

Constructors

ArrayChildProvider Constructs an instance of ArrayChildProvider given the information about the vector-style object.

Properties

Methods

See Also