Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kPath Member List

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)kObjectprotected
kObject_FreeMemRef(kObject object, void *mem)kObjectprotected
kObject_GetMem(kObject object, kSize size, void *mem)kObjectprotected
kObject_GetMemZero(kObject object, kSize size, void *mem)kObjectprotected
kObject_HasForeignData(kObject object)kObject
kObject_HashCode(kObject object)kObject
kObject_HasShared(kObject object)kObject
kObject_Init(kObject object, kType type, kAlloc alloc)kObjectprotected
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)kObjectprotected
kObject_VClone(kObject object, kObject source, kAlloc valueAllocator, kObject context)kObjectprotected
kObject_VDisposeItems(kObject object)kObjectprotected
kObject_VEquals(kObject object, kObject other)kObjectprotected
kObject_VHashCode(kObject object)kObjectprotected
kObject_VHasShared(kObject object)kObjectprotected
kObject_VRelease(kObject object)kObjectprotected
kObject_VSize(kObject object)kObjectprotected
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_MAXkPathrelated
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