csPathsList::Entry Struct Reference
This structure contains information about a plugin path. More...
#include <csutil/syspath.h>
Public Member Functions | |
| Entry (const Entry &src) | |
| Entry (const char *path, const char *type, bool recursive=false) | |
| Entry () | |
Public Attributes | |
| csString | path |
| The actual path. | |
| bool | scanRecursive |
| Whether this path should be recursively scanned for plugins. | |
| csString | type |
| "Type" of the directory (e.g. app, crystal ...) | |
Detailed Description
This structure contains information about a plugin path.
Definition at line 68 of file syspath.h.
Member Data Documentation
|
|
The actual path.
Definition at line 73 of file syspath.h. Referenced by Entry(). |
|
|
Whether this path should be recursively scanned for plugins.
Definition at line 77 of file syspath.h. Referenced by Entry(). |
|
|
"Type" of the directory (e.g. app, crystal ...)
Definition at line 75 of file syspath.h. Referenced by Entry(). |
The documentation for this struct was generated from the following file:
- csutil/syspath.h
Generated for Crystal Space by doxygen 1.4.6
