Element.childIndex - multiple declarations

Function Element.childIndex

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

Prototype

override int childIndex(
  Node child
);

Function Element.childIndex

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

Prototype

override int childIndex(
  Node child
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0