Definition at line 136 of file cmake.py.
◆ __init__()
def ros_introspection.cmake.Section.__init__ |
( |
|
self, |
|
|
|
name = '' , |
|
|
|
values = None , |
|
|
|
style = None |
|
) |
| |
◆ __repr__()
def ros_introspection.cmake.Section.__repr__ |
( |
|
self | ) |
|
◆ add()
def ros_introspection.cmake.Section.add |
( |
|
self, |
|
|
|
v |
|
) |
| |
◆ add_values()
def ros_introspection.cmake.Section.add_values |
( |
|
self, |
|
|
|
new_values, |
|
|
|
alpha_order = True |
|
) |
| |
Add the new_values to the values.
If alpha_order is true AND the existing values are already alphabetized,
add the new values in alphabetical order.
Definition at line 151 of file cmake.py.
◆ is_valid()
def ros_introspection.cmake.Section.is_valid |
( |
|
self | ) |
|
◆ name
ros_introspection.cmake.Section.name |
◆ style
ros_introspection.cmake.Section.style |
◆ values
ros_introspection.cmake.Section.values |
The documentation for this class was generated from the following file: