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 136 of file cmake.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 137 of file cmake.py.

Member Function Documentation

◆ __repr__()

def ros_introspection.cmake.Section.__repr__ (   self)

Definition at line 167 of file cmake.py.

◆ add()

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

Definition at line 148 of file cmake.py.

◆ 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)

Definition at line 164 of file cmake.py.

Member Data Documentation

◆ name

ros_introspection.cmake.Section.name

Definition at line 138 of file cmake.py.

◆ style

ros_introspection.cmake.Section.style

Definition at line 144 of file cmake.py.

◆ values

ros_introspection.cmake.Section.values

Definition at line 140 of file cmake.py.


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


ros_introspection
Author(s):
autogenerated on Tue Jun 21 2022 03:01:38