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

Public Member Functions

def __init__
 
def __repr__ (self)
 
def to_cpp (self)
 

Public Attributes

 ctype
 
 default
 
 name
 

Static Public Attributes

 rule
 

Detailed Description

The type and name of a function/method argument.

E.g.
```
void sayHello(/*`s` is the method argument with type `const string&`*/ const string& s);
```

Definition at line 23 of file function.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.function.Argument.__init__ (   self,
  ctype 
)

Definition at line 39 of file function.py.

Member Function Documentation

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

Definition at line 60 of file function.py.

def gtwrap.interface_parser.function.Argument.to_cpp (   self,
  str 
)
Return full C++ representation of argument.

Definition at line 63 of file function.py.

Member Data Documentation

gtwrap.interface_parser.function.Argument.ctype

Definition at line 43 of file function.py.

gtwrap.interface_parser.function.Argument.default

Definition at line 56 of file function.py.

gtwrap.interface_parser.function.Argument.name

Definition at line 46 of file function.py.

gtwrap.interface_parser.function.Argument.rule
static

Definition at line 32 of file function.py.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:10