#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include <iostream>#include <OSGBaseFunctions.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
| namespace | osg::File |
| namespace | osg::Directory |
| namespace | osg::Path |
File Functions | |
| bool | osg::File::tstAttr (const Char8 *szFilename, UInt32 uiAccessFlags) |
Directory Functions | |
| Char8 * | osg::Directory::getCurrent (void) |
| bool | osg::Directory::setCurrent (const Char8 *szDirname) |
| std::vector< Char8 * > * | osg::Directory::getEntries (const Char8 *szDirname, const Char8 *szPattern) |
Defines | |
| #define | OSGFILESYSTEM_INLINE_CVSID "@(#)$Id: $" |
Functions | |
| static void | osg::Path::fixWinNetworkPath (std::string &path) |
Variables | |
| const UInt32 | osg::OSGDIRFLAG = S_IFDIR |
| const UInt32 | osg::OSGREADFLAG = S_IRUSR |
| const UInt32 | osg::OSGWRITEFLAG = S_IWUSR |
|
|
Definition at line 389 of file OSGFileSystem.inl. |
1.4.3