VCF::CFTextString Class Reference
This is a utility class for wrapping CFStringRef and allowing for easy assignment to/from a VCF::String class. More...
#include <OSXPeer.h>
Public Member Functions | |
| CFTextString () | |
| CFTextString (ConstStr255Param str) | |
| CFTextString (const String &s) | |
| CFTextString (CFStringRef s) | |
| CFTextString (CFURLRef url) | |
| ~CFTextString () | |
| CFTextString & | operator= (const String &s) |
| CFTextString & | operator= (CFStringRef s) |
| CFTextString & | operator= (const char *s) |
| CFTextString & | operator= (ConstStr255Param str) |
| int | length () const |
| void | assign (const String &s) |
| void | assign (ConstStr255Param str) |
| void | assign (CFStringRef s) |
| CFStringRef | ref () const |
| CFMutableStringRef | m_ref () |
| operator CFMutableStringRef () | |
| operator CFStringRef () const | |
| operator CFURLRef () const | |
| Returns a CFURLRef - the caller is responsible for releasing the reference. | |
| operator String () const | |
| const char * | ansi_c_str () const |
| const UniChar * | c_str () const |
| void | copy (UniChar *buffer, int bufferLength) const |
| void | formatWithArgs (CFStringRef formatStr, va_list arguments) |
| void | format (CFStringRef formatStr,...) |
| void | upperCase () |
| void | lowerCase () |
Protected Member Functions | |
| void | cleanup () |
| void | buildUnicodeBuffer () |
Protected Attributes | |
| CFMutableStringRef | cfStringRef |
| UniChar * | unicodeText |
Detailed Description
This is a utility class for wrapping CFStringRef and allowing for easy assignment to/from a VCF::String class.This class also has the ability to output a CFUrlRef
Constructor & Destructor Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns a CFURLRef - the caller is responsible for releasing the reference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXPeer.h
