Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtwrap.interface_parser.variable.Variable Class Reference

Public Member Functions

def __init__
 
def __repr__ (self)
 

Public Attributes

 ctype
 
 default
 
 name
 
 parent
 

Static Public Attributes

 rule
 

Detailed Description

Rule to parse variables.
Variables are a combination of Type/TemplatedType and the variable identifier.

E.g.
```
class Hello {
    string name;  // This is a property variable.
};

Vector3 kGravity;  // This is a global variable.
````

Definition at line 19 of file variable.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.variable.Variable.__init__ (   self,
  ctype 
)

Definition at line 41 of file variable.py.

Member Function Documentation

def gtwrap.interface_parser.variable.Variable.__repr__ (   self,
  str 
)

Definition at line 54 of file variable.py.

Member Data Documentation

gtwrap.interface_parser.variable.Variable.ctype

Definition at line 45 of file variable.py.

gtwrap.interface_parser.variable.Variable.default

Definition at line 48 of file variable.py.

gtwrap.interface_parser.variable.Variable.name

Definition at line 46 of file variable.py.

gtwrap.interface_parser.variable.Variable.parent

Definition at line 52 of file variable.py.

gtwrap.interface_parser.variable.Variable.rule
static

Definition at line 33 of file variable.py.


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


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