getCmdPartPos (int cmdPartnum, int &start, int &len)
bool
getCmdUnderCursorNum (int &cmdPartnum)
bool
getCommentPos (int &start, int &len)
int
getCmdPartCount ()
Detailed Description
All dirty work for split terminal line into command part's is in class VtyLineSplitter. It used in.
See also:
Command for help, execute and complete command request processing. While processing used spaces as delimetr character's single quotas as quota's ;-) char and single \ as escape char.
Member Function Documentation
bool VtyLineSplitter::getCmdPartPos
(
int
cmdPartnum,
int &
start,
int &
len
)
See also:
getCmdPartPos return start and len but this len do include escape characters because I deal only with positions in vty string and not with real command part's
The documentation for this class was generated from the following files: