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

Public Member Functions

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

Public Attributes

 parent
 
 type1
 
 type2
 

Static Public Attributes

 rule
 

Static Private Attributes

 _pair
 

Detailed Description

Rule to parse the return type.

The return type can either be a single type or a pair such as <type1, type2>.

Definition at line 106 of file function.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.function.ReturnType.__init__ (   self,
  type1 
)

Definition at line 124 of file function.py.

Member Function Documentation

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

Definition at line 138 of file function.py.

def gtwrap.interface_parser.function.ReturnType.is_void (   self,
  bool 
)
Check if the return type is void.

Definition at line 132 of file function.py.

def gtwrap.interface_parser.function.ReturnType.to_cpp (   self,
  use_boost 
)

Definition at line 142 of file function.py.

Member Data Documentation

gtwrap.interface_parser.function.ReturnType._pair
staticprivate

Definition at line 112 of file function.py.

gtwrap.interface_parser.function.ReturnType.parent

Definition at line 130 of file function.py.

gtwrap.interface_parser.function.ReturnType.rule
static

Definition at line 120 of file function.py.

gtwrap.interface_parser.function.ReturnType.type1

Definition at line 126 of file function.py.

gtwrap.interface_parser.function.ReturnType.type2

Definition at line 127 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