Classes | |
class | BoostError |
class | Version |
Functions | |
def | cflags |
def | check_one_option |
def | extract_versions |
def | find_boost |
def | find_lib |
def | find_lib_dir |
def | find_versions |
def | include_dirs |
def | lflags |
def | lib_dir |
def | lib_dir_flags |
def | lib_dirs |
def | lib_flags |
def | libs |
def | main |
def | print_usage_and_exit |
def | search_paths |
Variables | |
boost_version = None | |
string | lib_suffix = "so" |
string | link_static = 'ROS_BOOST_LINK' |
string | no_L_or_I = 'ROS_BOOST_NO_L_OR_I' |
list | OPTIONS = ['libs', 'include_dirs', 'lib_dirs', 'cflags', 'lflags', 'root', 'print_versions', 'version'] |
list | ver = os.environ['ROS_BOOST_VERSION'] |
def rosboost_cfg::rosboost_cfg::cflags | ( | ver | ) |
Definition at line 254 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::check_one_option | ( | options, | ||
key | ||||
) |
Definition at line 295 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::extract_versions | ( | dir, | ||
is_default_search_location | ||||
) |
Definition at line 123 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::find_boost | ( | search_paths | ) |
Definition at line 173 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::find_lib | ( | ver, | ||
name, | ||||
full_lib = link_static | ||||
) |
Definition at line 202 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::find_lib_dir | ( | root_dir | ) |
Definition at line 109 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::find_versions | ( | search_paths | ) |
Definition at line 152 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::include_dirs | ( | ver, | ||
prefix = '' | ||||
) |
Definition at line 248 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::lflags | ( | ver, | ||
libs | ||||
) |
Definition at line 272 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::lib_dir | ( | ver | ) |
Definition at line 199 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::lib_dir_flags | ( | ver | ) |
Definition at line 257 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::lib_dirs | ( | ver | ) |
Definition at line 287 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::lib_flags | ( | ver, | ||
name | ||||
) |
Definition at line 264 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::libs | ( | ver, | ||
libs | ||||
) |
Definition at line 280 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::main | ( | ) |
Definition at line 302 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::print_usage_and_exit | ( | ) |
Definition at line 62 of file rosboost_cfg.py.
def rosboost_cfg::rosboost_cfg::search_paths | ( | sysroot | ) |
Definition at line 179 of file rosboost_cfg.py.
list rosboost_cfg::rosboost_cfg::boost_version = None |
Definition at line 53 of file rosboost_cfg.py.
string rosboost_cfg::rosboost_cfg::lib_suffix = "so" |
Definition at line 43 of file rosboost_cfg.py.
string rosboost_cfg::rosboost_cfg::link_static = 'ROS_BOOST_LINK' |
Definition at line 47 of file rosboost_cfg.py.
string rosboost_cfg::rosboost_cfg::no_L_or_I = 'ROS_BOOST_NO_L_OR_I' |
Definition at line 51 of file rosboost_cfg.py.
list rosboost_cfg::rosboost_cfg::OPTIONS = ['libs', 'include_dirs', 'lib_dirs', 'cflags', 'lflags', 'root', 'print_versions', 'version'] |
Definition at line 293 of file rosboost_cfg.py.
tuple rosboost_cfg::rosboost_cfg::ver = os.environ['ROS_BOOST_VERSION'] |
Definition at line 55 of file rosboost_cfg.py.