#include <Ap4String.h>
Public Member Functions | |
| AP4_String () | |
| AP4_String (const char *s) | |
| AP4_String (const char *s, AP4_Size size) | |
| AP4_String (const AP4_String &s) | |
| AP4_String (AP4_Size size) | |
| ~AP4_String () | |
| const AP4_String & | operator= (const AP4_String &s) |
| const AP4_String & | operator= (const char *s) |
| char | operator[] (unsigned int index) const |
| AP4_Size | GetLength () const |
| const char * | GetChars () const |
| char * | UseChars () |
| void | Assign (const char *chars, AP4_Size size) |
Definition at line 41 of file Ap4String.h.
| AP4_String::AP4_String | ( | ) |
| AP4_String::AP4_String | ( | const char * | s | ) |
| AP4_String::AP4_String | ( | const char * | s, | |
| AP4_Size | size | |||
| ) |
| AP4_String::AP4_String | ( | const AP4_String & | s | ) |
| AP4_String::AP4_String | ( | AP4_Size | size | ) | [explicit] |
| AP4_String::~AP4_String | ( | ) |
| const AP4_String& AP4_String::operator= | ( | const AP4_String & | s | ) |
| const AP4_String& AP4_String::operator= | ( | const char * | s | ) |
| char AP4_String::operator[] | ( | unsigned int | index | ) | const [inline] |
Definition at line 57 of file Ap4String.h.
| AP4_Size AP4_String::GetLength | ( | ) | const [inline] |
Definition at line 62 of file Ap4String.h.
| const char* AP4_String::GetChars | ( | ) | const [inline] |
Definition at line 63 of file Ap4String.h.
Referenced by AP4_VisualSampleEntry::GetCompressorName(), AP4_VideoSampleDescription::GetCompressorName(), AP4_MetaData::Key::GetName(), and AP4_MetaData::Key::GetNamespace().
| char* AP4_String::UseChars | ( | ) | [inline] |
Definition at line 64 of file Ap4String.h.
| void AP4_String::Assign | ( | const char * | chars, | |
| AP4_Size | size | |||
| ) |
1.5.1-p1