QLatin1Literal Class Reference

QLatin1Literal Class Reference

#include <qstringbuilder.h>

Class Description

Definition at line 63 of file qstringbuilder.h.

Public Member Functions

int size () const
 
const char * data () const
 
template<int N>
 QLatin1Literal (const char(&str)[N])
 

Constructor & Destructor Documentation

QLatin1Literal ( const char(&)  str[N])
inline

Definition at line 70 of file qstringbuilder.h.

71  : m_size(N - 1), m_data(str) {}

Member Function Documentation

int size ( ) const
inline

Definition at line 66 of file qstringbuilder.h.

66 { return m_size; }
const char* data ( ) const
inline

Definition at line 67 of file qstringbuilder.h.

67 { return m_data; }

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