Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtwrap.interface_parser.function.ArgumentList Class Reference

Public Member Functions

def __init__
 
def __len__ (self)
 
def __repr__ (self)
 
def list (self)
 
def names (self)
 
def to_cpp (self)
 

Static Public Member Functions

def from_parse_result
 

Public Attributes

 args_list
 

Static Public Attributes

 rule
 

Detailed Description

List of Argument objects for all arguments in a function.

Definition at line 60 of file interface_parser/function.py.

Constructor & Destructor Documentation

◆ __init__()

def gtwrap.interface_parser.function.ArgumentList.__init__ (   self,
  args_list 
)

Definition at line 67 of file interface_parser/function.py.

Member Function Documentation

◆ __len__()

def gtwrap.interface_parser.function.ArgumentList.__len__ (   self,
  int 
)

Definition at line 86 of file interface_parser/function.py.

◆ __repr__()

def gtwrap.interface_parser.function.ArgumentList.__repr__ (   self,
  str 
)

Definition at line 83 of file interface_parser/function.py.

◆ from_parse_result()

def gtwrap.interface_parser.function.ArgumentList.from_parse_result (   parse_result)
static

Definition at line 76 of file interface_parser/function.py.

◆ list()

def gtwrap.interface_parser.function.ArgumentList.list (   self,
  List,
  Argument 
)
Return a list of the names of all the arguments.

Definition at line 93 of file interface_parser/function.py.

◆ names()

def gtwrap.interface_parser.function.ArgumentList.names (   self,
  List,
  str 
)
Return a list of the names of all the arguments.

Definition at line 89 of file interface_parser/function.py.

◆ to_cpp()

def gtwrap.interface_parser.function.ArgumentList.to_cpp (   self,
  List,
  str 
)
Generate the C++ code for wrapping.

Definition at line 97 of file interface_parser/function.py.

Member Data Documentation

◆ args_list

gtwrap.interface_parser.function.ArgumentList.args_list

Definition at line 68 of file interface_parser/function.py.

◆ rule

gtwrap.interface_parser.function.ArgumentList.rule
static

Definition at line 64 of file interface_parser/function.py.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:26