Definition at line 131 of file cmake.py.
def ros_introspection.cmake.Section.__init__ |
( |
|
self, |
|
|
|
name = '' , |
|
|
|
values = None , |
|
|
|
style = None |
|
) |
| |
def ros_introspection.cmake.Section.__repr__ |
( |
|
self | ) |
|
def ros_introspection.cmake.Section.add |
( |
|
self, |
|
|
|
v |
|
) |
| |
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 146 of file cmake.py.
def ros_introspection.cmake.Section.is_valid |
( |
|
self | ) |
|
ros_introspection.cmake.Section.name |
ros_introspection.cmake.Section.style |
ros_introspection.cmake.Section.values |
The documentation for this class was generated from the following file: