Main Page | Class Hierarchy | Class List | File List | Class Members

tacpp::VtyLineSplitter Class Reference

All dirty work for split terminal line into command part's is in class VtyLineSplitter. It used in. More...

#include <Command.h>

List of all members.

Public Member Functions

 VtyLineSplitter (Vty *vtt)
bool 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:
Generated on Thu Jul 21 23:09:49 2005 for tacppd.kdevelop by doxygen 1.3.5