Public Member Functions | |
bool | isPackage () const |
bool | isStack () const |
Stackage (const std::string &name, const std::string &path, const std::string &manifest_path, const std::string &manifest_name) | |
void | update_wet_information () |
Public Attributes | |
std::vector< Stackage * > | deps_ |
bool | deps_computed_ |
bool | is_metapackage_ |
bool | is_wet_package_ |
TiXmlDocument | manifest_ |
bool | manifest_loaded_ |
std::string | manifest_name_ |
std::string | manifest_path_ |
std::string | name_ |
std::string | path_ |
Definition at line 139 of file rospack.cpp.
rospack::Stackage::Stackage | ( | const std::string & | name, |
const std::string & | path, | ||
const std::string & | manifest_path, | ||
const std::string & | manifest_name | ||
) | [inline] |
Definition at line 159 of file rospack.cpp.
bool rospack::Stackage::isPackage | ( | ) | const [inline] |
Definition at line 201 of file rospack.cpp.
bool rospack::Stackage::isStack | ( | ) | const [inline] |
Definition at line 196 of file rospack.cpp.
void rospack::Stackage::update_wet_information | ( | ) | [inline] |
Definition at line 174 of file rospack.cpp.
std::vector<Stackage*> rospack::Stackage::deps_ |
Definition at line 154 of file rospack.cpp.
Definition at line 155 of file rospack.cpp.
Definition at line 157 of file rospack.cpp.
Definition at line 156 of file rospack.cpp.
TiXmlDocument rospack::Stackage::manifest_ |
Definition at line 153 of file rospack.cpp.
Definition at line 151 of file rospack.cpp.
std::string rospack::Stackage::manifest_name_ |
Definition at line 149 of file rospack.cpp.
std::string rospack::Stackage::manifest_path_ |
Definition at line 147 of file rospack.cpp.
std::string rospack::Stackage::name_ |
Definition at line 143 of file rospack.cpp.
std::string rospack::Stackage::path_ |
Definition at line 145 of file rospack.cpp.