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

Public Member Functions

def __init__
 
def __repr__ (self)
 
def to_cpp
 

Static Public Member Functions

def from_parse_result
 

Public Attributes

 is_const
 
 is_ptr
 
 is_ref
 
 is_shared_ptr
 
 template_params
 
 typename
 

Static Public Attributes

 rule
 

Detailed Description

Parser rule for data types which are templated.
This is done so that the template parameters can be pointers/references.

E.g. std::vector<double>, BearingRange<Pose3, Point3>

Definition at line 243 of file type.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.type.TemplatedType.__init__ (   self,
  typename 
)

Definition at line 264 of file type.py.

Member Function Documentation

def gtwrap.interface_parser.type.TemplatedType.__repr__ (   self)

Definition at line 284 of file type.py.

def gtwrap.interface_parser.type.TemplatedType.from_parse_result (   t)
static

Definition at line 279 of file type.py.

def gtwrap.interface_parser.type.TemplatedType.to_cpp (   self,
  use_boost 
)

Definition at line 288 of file type.py.

Member Data Documentation

gtwrap.interface_parser.type.TemplatedType.is_const

Definition at line 273 of file type.py.

gtwrap.interface_parser.type.TemplatedType.is_ptr

Definition at line 275 of file type.py.

gtwrap.interface_parser.type.TemplatedType.is_ref

Definition at line 276 of file type.py.

gtwrap.interface_parser.type.TemplatedType.is_shared_ptr

Definition at line 274 of file type.py.

gtwrap.interface_parser.type.TemplatedType.rule
static

Definition at line 251 of file type.py.

gtwrap.interface_parser.type.TemplatedType.template_params

Definition at line 271 of file type.py.

gtwrap.interface_parser.type.TemplatedType.typename

Definition at line 268 of file type.py.


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


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