Public Member Functions | Public Attributes | List of all members
ros_introspection.cmake.Section Class Reference

Public Member Functions

def __init__ (self, name='', values=None, style=None)
 
def __repr__ (self)
 
def add (self, v)
 
def add_values (self, new_values, alpha_order=True)
 
def is_valid (self)
 

Public Attributes

 name
 
 style
 
 values
 

Detailed Description

Definition at line 131 of file cmake.py.

Constructor & Destructor Documentation

def ros_introspection.cmake.Section.__init__ (   self,
  name = '',
  values = None,
  style = None 
)

Definition at line 132 of file cmake.py.

Member Function Documentation

def ros_introspection.cmake.Section.__repr__ (   self)

Definition at line 162 of file cmake.py.

def ros_introspection.cmake.Section.add (   self,
  v 
)

Definition at line 143 of file cmake.py.

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)

Definition at line 159 of file cmake.py.

Member Data Documentation

ros_introspection.cmake.Section.name

Definition at line 133 of file cmake.py.

ros_introspection.cmake.Section.style

Definition at line 139 of file cmake.py.

ros_introspection.cmake.Section.values

Definition at line 135 of file cmake.py.


The documentation for this class was generated from the following file:


ros_introspection
Author(s):
autogenerated on Wed Mar 3 2021 03:56:00