Pioneer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FormatSpec Class Reference

#include <StringF.h>

Public Member Functions

 FormatSpec ()
 
 FormatSpec (const char *format)
 
 FormatSpec (const char *format, int formatlen)
 
bool empty () const
 
bool specifierIs (const char *specifier) const
 
int paramCount () const
 
std::string param (int idx) const
 
void paramPtr (int idx, const char *&begin, const char *&end) const
 

Constructor & Destructor Documentation

◆ FormatSpec() [1/3]

FormatSpec::FormatSpec ( )

◆ FormatSpec() [2/3]

FormatSpec::FormatSpec ( const char *  format)

◆ FormatSpec() [3/3]

FormatSpec::FormatSpec ( const char *  format,
int  formatlen 
)

Member Function Documentation

◆ empty()

bool FormatSpec::empty ( ) const

◆ param()

std::string FormatSpec::param ( int  idx) const
Here is the call graph for this function:

◆ paramCount()

int FormatSpec::paramCount ( ) const

◆ paramPtr()

void FormatSpec::paramPtr ( int  idx,
const char *&  begin,
const char *&  end 
) const

◆ specifierIs()

bool FormatSpec::specifierIs ( const char *  specifier) const

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