webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
pp::Input Class Reference

#include <Input.h>

Classes

struct  Location
 

Public Member Functions

 Input ()
 
 Input (size_t count, const char *const string[], const int length[])
 
size_t count () const
 
const char * string (size_t index) const
 
size_t length (size_t index) const
 
size_t read (char *buf, size_t maxSize, int *lineNo)
 
const LocationreadLoc () const
 

Constructor & Destructor Documentation

◆ Input() [1/2]

pp::Input::Input ( )

◆ Input() [2/2]

pp::Input::Input ( size_t  count,
const char *const  string[],
const int  length[] 
)

Member Function Documentation

◆ count()

size_t pp::Input::count ( ) const
inline

◆ length()

size_t pp::Input::length ( size_t  index) const
inline

◆ read()

size_t pp::Input::read ( char *  buf,
size_t  maxSize,
int *  lineNo 
)

◆ readLoc()

const Location& pp::Input::readLoc ( ) const
inline

◆ string()

const char* pp::Input::string ( size_t  index) const
inline

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