Classes | |
class | CrawlQueueEntry |
class | Package |
class | ROSPack |
Typedefs | |
typedef std::list< Package * > | Acc |
typedef std::list< Acc > | AccList |
typedef std::vector< Package * > | VecPkg |
Functions | |
bool | file_exists (const string &fname) |
bool | file_exists (const std::string &fname) |
Package * | g_get_pkg (const string &name) |
Package * | g_get_pkg (const std::string &name) |
const string | g_ros_os ("linux") |
static bool | not_space (char c) |
static bool | space (char c) |
static vector< string > | split_space (const string &str) |
void | string_split (const string &s, vector< string > &t, const string &d) |
void | string_split (const std::string &s, std::vector< std::string > &t, const std::string &d) |
string | ToUnixPathDelim (string path) |
Variables | |
const char * | fs_delim = "/" |
ROSPack * | g_rospack = NULL |
const char * | path_delim = ":" |
typedef std::list<Package*> rospack::Acc |
typedef std::list<Acc> rospack::AccList |
typedef std::vector<Package *> rospack::VecPkg |
bool rospack::file_exists | ( | const string & | fname | ) |
Definition at line 2281 of file rospack.cpp.
bool rospack::file_exists | ( | const std::string & | fname | ) |
Package* rospack::g_get_pkg | ( | const string & | name | ) |
Definition at line 2288 of file rospack.cpp.
Package* rospack::g_get_pkg | ( | const std::string & | name | ) |
const string rospack::g_ros_os | ( | "linux" | ) |
static bool rospack::not_space | ( | char | c | ) | [static] |
Definition at line 1007 of file rospack.cpp.
static bool rospack::space | ( | char | c | ) | [static] |
Definition at line 1006 of file rospack.cpp.
static vector<string> rospack::split_space | ( | const string & | str | ) | [static] |
Definition at line 1008 of file rospack.cpp.
void rospack::string_split | ( | const string & | s, | |
vector< string > & | t, | |||
const string & | d | |||
) |
Definition at line 2232 of file rospack.cpp.
void rospack::string_split | ( | const std::string & | s, | |
std::vector< std::string > & | t, | |||
const std::string & | d | |||
) |
string rospack::ToUnixPathDelim | ( | string | path | ) | [inline] |
Definition at line 122 of file rospack.cpp.
const char * rospack::fs_delim = "/" |
Definition at line 118 of file rospack.cpp.
ROSPack* rospack::g_rospack = NULL |
Definition at line 99 of file rospack.cpp.
const char* rospack::path_delim = ":" |
Definition at line 119 of file rospack.cpp.