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.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public class ArrayChildProvider : IExpressionChildProvider
- Inheritance
- Object ArrayChildProvider
- Implements
- IExpressionChildProvider
ArrayChildProvider |
Constructs an instance of ArrayChildProvider given the information about the vector-style object.
|