CommentChildren

A range for a comment children

Members

Functions

empty
auto empty()

is it the end?

front
auto front()

get the current child

popFront
void popFront()

increment the index

Variables

index
uint index;
Undocumented in source.
length
uint length;
Undocumented in source.
parent
CXComment parent;
Undocumented in source.

Meta