| 
                   | 
               
                  
                   | 
            |
Location: 
            Gsmuelem.h
            
Link against: gsmu.lib
            
         
class TGsmuLex8 : public TLex8;
Thin wrapper over TLex8 to provide leaving functions when getting the next character(s).
         
These functions leave with KErrGsmuDecoding if there are insufficient characters remaining.
TLex8 - Provides general string-parsing functions suitable for numeric format conversions and syntactical-element parsing
            TGsmuLex8 - Thin wrapper over 
               Inherited from TLex8:
            Assign(),
            BoundedVal(),
            Eos(),
            Get(),
            Inc(),
            Mark(),
            MarkedOffset(),
            MarkedToken(),
            NextToken(),
            Offset(),
            Peek(),
            Remainder(),
            RemainderFromMark(),
            SkipAndMark(),
            SkipCharacters(),
            SkipSpace(),
            SkipSpaceAndMark(),
            TokenLength(),
            UnGet(),
            UnGetToMark(),
            Val(),
            operator=()