Node.childIndex - multiple declarations

Function Node.childIndex

find child node, return its index if found, -1 if not found or not child of this node

Prototype

int childIndex(
  Node child
);

Function Node.childIndex

find child node, return its index if found, -1 if not found or not child of this node

Prototype

int childIndex(
  Node child
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0