#include <CFCString.h>
|
static const char * | UTF8 (CFStringRef cf_str, std::string &str) |
|
static const char * | FileSystemRepresentation (CFStringRef cf_str, std::string &str) |
|
static const char * | ExpandTildeInPath (const char *path, std::string &expanded_path) |
|
Definition at line 16 of file CFCString.h.
◆ CFCString() [1/3]
CFCString::CFCString |
( |
CFStringRef |
cf_str = NULL | ) |
|
◆ CFCString() [2/3]
CFCString::CFCString |
( |
const char * |
s, |
|
|
CFStringEncoding |
encoding = kCFStringEncodingUTF8 |
|
) |
| |
◆ CFCString() [3/3]
CFCString::CFCString |
( |
const CFCString & |
rhs | ) |
|
|
default |
◆ ~CFCString()
CFCString::~CFCString |
( |
| ) |
|
|
overridedefault |
◆ ExpandTildeInPath()
const char * CFCString::ExpandTildeInPath |
( |
const char * |
path, |
|
|
std::string & |
expanded_path |
|
) |
| |
|
static |
◆ FileSystemRepresentation()
const char * CFCString::FileSystemRepresentation |
( |
CFStringRef |
cf_str, |
|
|
std::string & |
str |
|
) |
| |
|
static |
◆ GetFileSystemRepresentation()
const char * CFCString::GetFileSystemRepresentation |
( |
std::string & |
str | ) |
|
◆ GetLength()
CFIndex CFCString::GetLength |
( |
| ) |
const |
◆ operator=()
◆ SetFileSystemRepresentation()
CFStringRef CFCString::SetFileSystemRepresentation |
( |
const char * |
path | ) |
|
◆ SetFileSystemRepresentationAndExpandTilde()
CFStringRef CFCString::SetFileSystemRepresentationAndExpandTilde |
( |
const char * |
path | ) |
|
◆ SetFileSystemRepresentationFromCFType()
CFStringRef CFCString::SetFileSystemRepresentationFromCFType |
( |
CFTypeRef |
cf_type | ) |
|
◆ UTF8() [1/2]
const char * CFCString::UTF8 |
( |
CFStringRef |
cf_str, |
|
|
std::string & |
str |
|
) |
| |
|
static |
◆ UTF8() [2/2]
const char * CFCString::UTF8 |
( |
std::string & |
str | ) |
|
The documentation for this class was generated from the following files: