clang API Documentation

Public Member Functions
clang::analyze_format_string::SpecifierResult< T > Class Template Reference

#include <FormatStringParsing.h>

List of all members.

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 50 of file FormatStringParsing.h.


Constructor & Destructor Documentation

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

Definition at line 55 of file FormatStringParsing.h.

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

Definition at line 57 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 68 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: