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

#include <ItemPath.h>

Public Types

typedef std::vector< std::string >::iterator iterator
 

Public Member Functions

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

Member Typedef Documentation

◆ iterator

typedef std::vector<std::string>::iterator cnoid::ItemPath::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

◆ isAbsolute()

bool cnoid::ItemPath::isAbsolute ( )
inline

◆ isRelative()

bool cnoid::ItemPath::isRelative ( )
inline

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