Public Member Functions

QLatin1Char Struct Reference

Search for all occurrences

Detailed Description

Definition at line 55 of file qchar.h.

#include <qchar.h>

List of all members.

Public Member Functions

  QLatin1Char (char c)
char  toLatin1 () const
ushort  unicode () const

Constructor & Destructor Documentation

QLatin1Char ( char  c ) [inline, explicit]

Definition at line 58 of file qchar.h.

: ch(c) {}

Member Function Documentation

char toLatin1 ( ) const [inline]

Definition at line 63 of file qchar.h.

{ return ch; }
ushort unicode ( ) const [inline]

Definition at line 64 of file qchar.h.

{ return ushort(uchar(ch)); }

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