C++ API Reference
MCacheSchemaAttributesIterator Class Reference

Introduced in 2020.0 More...

#include <MCacheSchema.h>

Public Member Functions

 MCacheSchemaAttributesIterator (const MCacheSchema *)
 Construct an attribute iterator at the begin of the schema.
 
 MCacheSchemaAttributesIterator (const MCacheSchema *, Sentinel)
 Construct an attribute iterator at the end of the schema.
 
reference get () const
 Get the current element this iterator points to. More...
 
bool done () const
 Check if this iterator has reached the end of the range.
 
void advance ()
 Advance this iterator to the next element. More...
 

Detailed Description

Introduced in 2020.0

2020.0:
Introduced in this version.

Iterator object of MCacheSchema

Satisfy the concept of ForwardRange<const MPlug>

Member Function Documentation

Get the current element this iterator points to.

[[expect: !done()]]

void advance ( )

Advance this iterator to the next element.

[[expect: !done()]]


The documentation for this class was generated from the following files: