Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
options_class.Option Class Reference

Public Member Functions

def __init__
 
def get_namespace
 
def getCName
 
def getOptionCC
 
def getOptionKeysHH
 
def getOptionKeysCC
 
def getWikiTableRow
 
def getDoxygenRow
 
def getMarkdownRow
 

Public Attributes

 ctype
 
 name
 
 group
 
 desc
 
 short
 
 oldName
 
 lower
 
 upper
 
 default
 
 legal
 
 restrict_access
 
 n
 
 n_lower
 
 n_upper
 
 is_option_group
 

Constructor & Destructor Documentation

def options_class.Option.__init__ (   self,
  name = None,
  ctype = None,
  group = None,
  desc = "No description",
  short = "",
  oldName = "-",
  lower = None,
  upper = None,
  default = None,
  legal = None,
  n = None,
  n_lower = None,
  n_upper = None,
  restrict_access = False 
)

Member Function Documentation

def options_class.Option.get_namespace (   self,
  level 
)
def options_class.Option.getCName (   self)
def options_class.Option.getDoxygenRow (   self)
def options_class.Option.getMarkdownRow (   self)
def options_class.Option.getOptionCC (   self)
def options_class.Option.getOptionKeysCC (   self)
def options_class.Option.getOptionKeysHH (   self)
def options_class.Option.getWikiTableRow (   self)

Member Data Documentation

options_class.Option.ctype
options_class.Option.default
options_class.Option.desc
options_class.Option.group
options_class.Option.is_option_group
options_class.Option.legal
options_class.Option.lower
options_class.Option.n
options_class.Option.n_lower
options_class.Option.n_upper
options_class.Option.name
options_class.Option.oldName
options_class.Option.restrict_access
options_class.Option.short
options_class.Option.upper

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