readtags.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Classes |
struct | tagFileInfo |
struct | tagExtensionField |
struct | tagEntry |
Defines |
#define | TAG_FULLMATCH 0x0 |
#define | TAG_PARTIALMATCH 0x1 |
#define | TAG_OBSERVECASE 0x0 |
#define | TAG_IGNORECASE 0x2 |
#define | TAG_FULLMATCH 0x0 |
#define | TAG_PARTIALMATCH 0x1 |
#define | TAG_OBSERVECASE 0x0 |
#define | TAG_IGNORECASE 0x2 |
#define | TAG_FULLMATCH 0x0 |
#define | TAG_PARTIALMATCH 0x1 |
#define | TAG_OBSERVECASE 0x0 |
#define | TAG_IGNORECASE 0x2 |
Typedefs |
typedef sTagFile | tagFile |
Enumerations |
enum | sortType { TAG_UNSORTED,
TAG_SORTED,
TAG_FOLDSORTED
} |
enum | tagResult { TagFailure = 0,
TagSuccess = 1
} |
Functions |
tagFile * | tagsOpen (const char *const filePath, tagFileInfo *const info) |
tagResult | tagsSetSortType (tagFile *const file, const sortType type) |
tagResult | tagsFirst (tagFile *const file, tagEntry *const entry) |
tagResult | tagsNext (tagFile *const file, tagEntry *const entry) |
const char * | tagsField (const tagEntry *const entry, const char *const key) |
tagResult | tagsFind (tagFile *const file, tagEntry *const entry, const char *const name, const int options) |
tagResult | tagsFindNext (tagFile *const file, tagEntry *const entry) |
tagResult | tagsClose (tagFile *const file) |
Define Documentation
#define TAG_FULLMATCH 0x0 |
|
#define TAG_FULLMATCH 0x0 |
|
#define TAG_FULLMATCH 0x0 |
|
#define TAG_IGNORECASE 0x2 |
|
#define TAG_IGNORECASE 0x2 |
|
#define TAG_IGNORECASE 0x2 |
|
#define TAG_OBSERVECASE 0x0 |
|
#define TAG_OBSERVECASE 0x0 |
|
#define TAG_OBSERVECASE 0x0 |
|
#define TAG_PARTIALMATCH 0x1 |
|
#define TAG_PARTIALMATCH 0x1 |
|
#define TAG_PARTIALMATCH 0x1 |
|
Typedef Documentation
Enumeration Type Documentation
|
- Enumeration values:
-
TAG_UNSORTED |
|
TAG_SORTED |
|
TAG_FOLDSORTED |
|
Definition at line 33 of file readtags.h. |
|
- Enumeration values:
-
Definition at line 48 of file readtags.h. |
Function Documentation
const char* tagsField |
( |
const tagEntry *const |
entry, |
|
|
const char *const |
key |
|
) |
|
|
This file is part of the documentation for KDevelop Version 3.1.2.