eRPC Generator (erpcgen)  Rev. 1.12.0
NXP Semiconductors
OptArgvIter Class Reference

#include <options.hpp>

Inheritance diagram for OptArgvIter:
OptIterRwd OptIter

Public Member Functions

 OptArgvIter (const char *const argv[])
 
 OptArgvIter (int argc, const char *const argv[])
 
virtual const char * curr (void) override
 
virtual void next (void) override
 next() advances to the next item.
 
virtual const char * operator() (void) override
 
virtual void rewind (void) override
 rewind() resets the "current-element" to the first one in the "list"
 
int index (void)
 index returns the current index to use for argv[]
 

Detailed Description

Class to iterate through an array of tokens. The array may be terminated by NULL or a count containing the number of tokens may be given.

Member Function Documentation

const char * OptArgvIter::curr ( void  )
overridevirtual

curr() returns the current item in the iterator without advancing on to the next item. If we are at the end of items then NULL is returned.

Implements OptIterRwd.

const char * OptArgvIter::operator() ( void  )
overridevirtual

operator() returns the current item in the iterator and then advances on to the next item. If we are at the end of items then NULL is returned.

Implements OptIterRwd.


The documentation for this class was generated from the following files: