clang  3.9.0
Public Member Functions | List of all members
clang::analyze_format_string::SpecifierResult< T > Class Template Reference

#include <FormatStringParsing.h>

Public Member Functions

 SpecifierResult (bool stop=false)
 
 SpecifierResult (const char *start, const T &fs)
 
const char * getStart () const
 
bool shouldStop () const
 
bool hasValue () const
 
const T & getValue () const
 
const T & getValue ()
 

Detailed Description

template<typename T>
class clang::analyze_format_string::SpecifierResult< T >

Definition at line 56 of file FormatStringParsing.h.

Constructor & Destructor Documentation

template<typename T >
clang::analyze_format_string::SpecifierResult< T >::SpecifierResult ( bool  stop = false)
inline

Definition at line 61 of file FormatStringParsing.h.

template<typename T >
clang::analyze_format_string::SpecifierResult< T >::SpecifierResult ( const char *  start,
const T &  fs 
)
inline

Definition at line 63 of file FormatStringParsing.h.

Member Function Documentation

template<typename T >
const char* clang::analyze_format_string::SpecifierResult< T >::getStart ( ) const
inline
template<typename T >
const T& clang::analyze_format_string::SpecifierResult< T >::getValue ( ) const
inline
template<typename T >
const T& clang::analyze_format_string::SpecifierResult< T >::getValue ( )
inline

Definition at line 74 of file FormatStringParsing.h.

template<typename T >
bool clang::analyze_format_string::SpecifierResult< T >::hasValue ( ) const
inline
template<typename T >
bool clang::analyze_format_string::SpecifierResult< T >::shouldStop ( ) const
inline

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