g2o
|
#include "filesys_tools.h"
#include <sys/stat.h>
#include <ctime>
#include <sys/types.h>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Namespaces | |
g2o | |
Functions | |
std::string | g2o::getFileExtension (const std::string &filename) |
std::string | g2o::getPureFilename (const std::string &filename) |
std::string | g2o::getBasename (const std::string &filename) |
std::string | g2o::getDirname (const std::string &filename) |
std::string | g2o::changeFileExtension (const std::string &filename, const std::string &newExt, bool stripDot) |
bool | g2o::fileExists (const char *filename) |
std::vector< std::string > | g2o::getFilesByPattern (const char *pattern) |