Zen API
|
This is the complete list of members for kPath, including all inherited members.
kObject_Alloc(kObject object) | kObject | |
kObject_AllocTraits(kObject object) | kObject | |
kObject_Clone(kObject *object, kObject source, kAlloc objectAllocator) | kObject | |
kObject_Clone(kObject *object, kObject source, kAlloc objectAllocator, kAlloc valueAllocator, kObject context=kNULL) | kObject | |
kObject_Destroy(kObject object) | kObject | |
kObject_Dispose(kObject object) | kObject | |
kObject_Equals(kObject object, kObject other) | kObject | |
kObject_FreeMem(kObject object, void *mem) | kObject | protected |
kObject_FreeMemRef(kObject object, void *mem) | kObject | protected |
kObject_GetMem(kObject object, kSize size, void *mem) | kObject | protected |
kObject_GetMemZero(kObject object, kSize size, void *mem) | kObject | protected |
kObject_HasForeignData(kObject object) | kObject | |
kObject_HashCode(kObject object) | kObject | |
kObject_HasShared(kObject object) | kObject | |
kObject_Init(kObject object, kType type, kAlloc alloc) | kObject | protected |
kObject_Is(kObject object, kType type) | kObject | |
kObject_IsShared(kObject object) | kObject | |
kObject_SetPool(kObject object, kObjectPool pool) | kObject | |
kObject_Share(kObject object) | kObject | |
kObject_Size(kObject object) | kObject | |
kObject_Type(kObject object) | kObject | |
kObject_VAllocTraits(kObject object) | kObject | protected |
kObject_VClone(kObject object, kObject source, kAlloc valueAllocator, kObject context) | kObject | protected |
kObject_VDisposeItems(kObject object) | kObject | protected |
kObject_VEquals(kObject object, kObject other) | kObject | protected |
kObject_VHashCode(kObject object) | kObject | protected |
kObject_VHasShared(kObject object) | kObject | protected |
kObject_VRelease(kObject object) | kObject | protected |
kObject_VSize(kObject object) | kObject | protected |
kPath_Application(const kChar *appName, kChar *appPath, kSize capacity) | kPath | |
kPath_ApplicationName(const kChar *appName, kChar *fileName, kSize capacity) | kPath | |
kPath_BaseName(const kChar *path, kChar *baseName, kSize capacity) | kPath | |
kPath_Combine(const kChar *segment1, const kChar *segment2, kChar *path, kSize capacity) | kPath | |
kPath_Directory(const kChar *path, kChar *directory, kSize capacity) | kPath | |
kPath_Extension(const kChar *path, kChar *extension, kSize capacity) | kPath | |
kPath_FileName(const kChar *path, kChar *fileName, kSize capacity) | kPath | |
kPath_IsAbsolute(const kChar *path) | kPath | |
kPath_IsFileNameValid(const kChar *fileName) | kPath | |
kPath_IsSeparator(kChar ch) | kPath | |
kPath_LibraryName(const kChar *libraryName, kChar *fileName, kSize capacity) | kPath | |
kPATH_MAX | kPath | related |
kPath_Plugin(const kChar *pluginName, kChar *pluginPath, kSize capacity) | kPath | |
kPath_Separator() | kPath | |
kPath_StripExtension(const kChar *path, kChar *strippedPath, kSize capacity) | kPath | |
kPath_ToAbsolute(const kChar *pathA, const kChar *bRelativeToA, kChar *pathB, kSize capacity) | kPath | |
kPath_ToCanonical(const kChar *path, kChar *normalized, kSize capacity) | kPath | |
kPath_ToNative(const kChar *path, kChar *native, kSize capacity) | kPath | |
kPath_ToNormal(const kChar *path, kChar *normalized, kSize capacity) | kPath | |
kPath_ToRelative(const kChar *pathA, const kChar *pathB, kChar *bRelativeToA, kSize capacity) | kPath |