add(const cmt_string &name, const cmt_string &release) | Project | [static] |
add_child(Project *p) | Project | |
add_parent(Project *p) | Project | |
broadcast(IProjectAction &action) | Project | [static] |
clear() | Project | |
clear_all() | Project | [static] |
configure() | Project | |
container_action(const cmt_string &name, const cmt_string &version) | Project | |
create(const cmt_string &name, const cmt_string &release, const cmt_string &path) | Project | [static] |
fill_cmtpath(cmt_string &buffer) | Project | [private] |
fill_cmtpaths(cmt_string &buffer) | Project | [static] |
fill_selection(int depth, CmtSystem::cmt_string_vector &path_selections) | Project | [static] |
find_by_cmtpath(const cmt_string &cmtpath) | Project | [static] |
find_by_name(const cmt_string &name) | Project | [static] |
find_in_cmt_paths(const cmt_string &path) | Project | [static] |
get_child(int index) const | Project | |
get_children_size() const | Project | |
get_cmtpath() const | Project | |
get_cmtpath_pwd() const | Project | |
get_cmtpath_source() const | Project | |
get_container() const | Project | |
get_container_version() const | Project | |
get_current() | Project | [static] |
get_name() const | Project | |
get_project_file_name() | Project | [static] |
get_release() const | Project | |
get_strategy(const StrategyDef *definition) const | Project | |
get_strategy(const cmt_string &name) const | Project | |
has_child(Project *p) const | Project | |
has_parent(Project *p) const | Project | |
has_strategy(const StrategyDef *definition) const | Project | |
is_specified(const StrategyDef *definition) const | Project | |
m_children | Project | [private] |
m_cmtpath | Project | [private] |
m_cmtpath_pwd | Project | [private] |
m_cmtpath_source | Project | [private] |
m_configured | Project | [private] |
m_container | Project | [private] |
m_container_version | Project | [private] |
m_name | Project | [private] |
m_parents | Project | [private] |
m_release | Project | [private] |
m_strategies | Project | [private] |
m_visited | Project | [private] |
operator!=(const cmt_string &name) const | Project | |
operator=(const Project &other) | Project | |
operator==(const cmt_string &name) const | Project | |
Project() | Project | |
ProjectPtrVector typedef | Project | |
projects() | Project | [static] |
ProjectVector typedef | Project | |
reverse_broadcast(IProjectAction &action) | Project | [static] |
scan_paths(PathScanner &scanner, PathScanner::actor &actor) | Project | [static] |
scan_paths_for_package(PathScanner &scanner, const cmt_string &name) | Project | [static] |
set_cmtpath(const cmt_string &path) | Project | |
set_cmtpath_pwd(const cmt_string &path) | Project | |
set_cmtpath_source(const cmt_string &source) | Project | |
set_container(const cmt_string &container) | Project | |
set_container_version(const cmt_string &version) | Project | |
set_default_strategy(const cmt_string &name) | Project | |
set_name(const cmt_string &name) | Project | |
set_release(const cmt_string &release) | Project | |
set_strategy(const cmt_string &name, const cmt_string &value, const cmt_string &context) | Project | |
set_strategy(StrategyDef *definition, bool b_value, const cmt_string &context) | Project | |
show() | Project | |
show_all() | Project | [static] |
show_paths() | Project | [static] |
show_specified_strategies() const | Project | |
show_specified_strategies_for_all() | Project | [static] |
start_visit(IProjectVisitor &visitor) | Project | [static] |
update_strategies_from_children() | Project | |
update_strategy(StrategyDef *definition, bool b_value) | Project | |
update_strategy_from_children(StrategyDef *definition) | Project | |
use_action(const cmt_string &name, const cmt_string &release) | Project | |
visit(IProjectVisitor &visitor) | Project | |
visited() const | Project | |