Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtwrap.interface_parser.template.TypedefTemplateInstantiation Class Reference

Public Member Functions

def __init__
 
def __repr__ (self)
 

Public Attributes

 new_name
 
 parent
 
 typename
 

Static Public Attributes

 rule
 

Detailed Description

Rule for parsing typedefs (with templates) within the interface file.

E.g.
```
typedef SuperComplexName<Arg1, Arg2, Arg3> EasierName;
```

Definition at line 77 of file template.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.template.TypedefTemplateInstantiation.__init__ (   self,
  templated_type 
)

Definition at line 92 of file template.py.

Member Function Documentation

def gtwrap.interface_parser.template.TypedefTemplateInstantiation.__repr__ (   self)

Definition at line 99 of file template.py.

Member Data Documentation

gtwrap.interface_parser.template.TypedefTemplateInstantiation.new_name

Definition at line 96 of file template.py.

gtwrap.interface_parser.template.TypedefTemplateInstantiation.parent

Definition at line 97 of file template.py.

gtwrap.interface_parser.template.TypedefTemplateInstantiation.rule
static

Definition at line 86 of file template.py.

gtwrap.interface_parser.template.TypedefTemplateInstantiation.typename

Definition at line 95 of file template.py.


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


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