Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtwrap.interface_parser.type.CustomType Class Reference

Public Member Functions

def __init__ (self, ParseResults t)
 

Public Attributes

 typename
 

Static Public Attributes

 rule
 

Detailed Description

Custom defined types with the namespace.
Essentially any C++ data type that is not a BasicType.

E.g.
```
gtsam::Matrix wTc;
```

Here `gtsam::Matrix` is a custom type.

Definition at line 139 of file type.py.

Constructor & Destructor Documentation

◆ __init__()

def gtwrap.interface_parser.type.CustomType.__init__ (   self,
ParseResults  t 
)

Definition at line 154 of file type.py.

Member Data Documentation

◆ rule

gtwrap.interface_parser.type.CustomType.rule
static

Definition at line 152 of file type.py.

◆ typename

gtwrap.interface_parser.type.CustomType.typename

Definition at line 155 of file type.py.


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


gtsam
Author(s):
autogenerated on Mon Jul 1 2024 03:15:17