Classes | |
class | BoostError |
class | Version |
Functions | |
def | cflags (ver) |
def | check_one_option (options, key) |
def | extract_versions (dir, is_default_search_location, multiarch='') |
def | find_boost (search_paths, multiarch='') |
def | find_lib (ver, name, full_lib=link_static) |
def | find_lib_dir (root_dir, multiarch='') |
def | find_versions (search_paths, multiarch='') |
def | include_dirs (ver, prefix='') |
def | lflags (ver, libs) |
def | lib_dir (ver) |
def | lib_dir_flags (ver) |
def | lib_dirs (ver) |
def | lib_flags (ver, name) |
def | libs (ver, libs) |
def | main () |
def | print_usage_and_exit () |
def | search_paths (sysroot) |
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'] |
ver = os.environ['ROS_BOOST_VERSION'] | |
def rosboost_cfg.rosboost_cfg.cflags | ( | ver | ) |
Definition at line 273 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.check_one_option | ( | options, | |
key | |||
) |
Definition at line 318 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.extract_versions | ( | dir, | |
is_default_search_location, | |||
multiarch = '' |
|||
) |
Definition at line 133 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.find_boost | ( | search_paths, | |
multiarch = '' |
|||
) |
Definition at line 185 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.find_lib | ( | ver, | |
name, | |||
full_lib = link_static |
|||
) |
Definition at line 219 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.find_lib_dir | ( | root_dir, | |
multiarch = '' |
|||
) |
Definition at line 116 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.find_versions | ( | search_paths, | |
multiarch = '' |
|||
) |
Definition at line 163 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.include_dirs | ( | ver, | |
prefix = '' |
|||
) |
Definition at line 266 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.lflags | ( | ver, | |
libs | |||
) |
Definition at line 294 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.lib_dir | ( | ver | ) |
Definition at line 215 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.lib_dir_flags | ( | ver | ) |
Definition at line 277 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.lib_dirs | ( | ver | ) |
Definition at line 308 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.lib_flags | ( | ver, | |
name | |||
) |
Definition at line 285 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.libs | ( | ver, | |
libs | |||
) |
Definition at line 301 of file rosboost_cfg.py.
def rosboost_cfg.rosboost_cfg.main | ( | ) |
Definition at line 326 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 194 of file rosboost_cfg.py.
list rosboost_cfg.rosboost_cfg.boost_version = None |
Definition at line 52 of file rosboost_cfg.py.
string rosboost_cfg.rosboost_cfg.lib_suffix = 'so' |
Definition at line 42 of file rosboost_cfg.py.
string rosboost_cfg.rosboost_cfg.link_static = 'ROS_BOOST_LINK' |
Definition at line 46 of file rosboost_cfg.py.
string rosboost_cfg.rosboost_cfg.no_L_or_I = 'ROS_BOOST_NO_L_OR_I' |
Definition at line 50 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 315 of file rosboost_cfg.py.
rosboost_cfg.rosboost_cfg.ver = os.environ['ROS_BOOST_VERSION'] |
Definition at line 54 of file rosboost_cfg.py.