Choreonoid  1.5
Public Types | Public Member Functions | List of all members
cnoid::ItemPath Class Reference

#include <ItemPath.h>

Public Types

typedef Tokenizer::iterator iterator
 
typedef iterator Iterator
 

Public Member Functions

 ItemPath (const std::string &path)
 
bool isAbsolute ()
 
bool isRelative ()
 
iterator begin ()
 
iterator end ()
 
std::string folder ()
 
std::string leaf ()
 

Member Typedef Documentation

typedef Tokenizer::iterator cnoid::ItemPath::iterator

Constructor & Destructor Documentation

ItemPath::ItemPath ( const std::string &  path)

Member Function Documentation

iterator cnoid::ItemPath::begin ( )
inline
iterator cnoid::ItemPath::end ( )
inline
std::string ItemPath::folder ( )
bool cnoid::ItemPath::isAbsolute ( )
inline
bool cnoid::ItemPath::isRelative ( )
inline
std::string cnoid::ItemPath::leaf ( )
inline

The documentation for this class was generated from the following files: