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

◆ iterator

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

◆ Iterator

Constructor & Destructor Documentation

◆ ItemPath()

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

Member Function Documentation

◆ begin()

iterator cnoid::ItemPath::begin ( )
inline

◆ end()

iterator cnoid::ItemPath::end ( )
inline

◆ folder()

std::string ItemPath::folder ( )

◆ isAbsolute()

bool cnoid::ItemPath::isAbsolute ( )
inline

◆ isRelative()

bool cnoid::ItemPath::isRelative ( )
inline

◆ leaf()

std::string cnoid::ItemPath::leaf ( )
inline

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