Table of Contents

MessageVector::getLineIndexByTag

(int tag)Scan through the vector, returning the line number of the first line that matches the specified tag; else returns -1 if no match was found.

Syntax

int MessageVector::getLineIndexByTag(int %tag);

Parameters

int %tag
No description available.

Return value

int
No description available.

Remarks

Examples

Source

Engine

See also

MessageVector::clear
MessageVector::deleteLine
MessageVector::dump
MessageVector::getLineTag
MessageVector::getLineText
MessageVector::getLineTextByTag
MessageVector::getNumLines
MessageVector::insertLine
MessageVector::popBackLine
MessageVector::popFrontLine
MessageVector::pushBackLine
MessageVector::pushFrontLine

References

This function is not called by any other functions.