OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
TableCol Class Reference

Public Member Functions

def __init__
def __iter__
def __len__
def __getitem__
def __setitem__
def __add__
def __sub__
def __mul__
def __div__

Data Fields

 col_index

Detailed Description

Definition at line 93 of file table.py.


Constructor & Destructor Documentation

def __init__ (   self,
  table,
  col 
)

Definition at line 94 of file table.py.


Member Function Documentation

def __add__ (   self,
  rhs 
)

Definition at line 114 of file table.py.

def __div__ (   self,
  rhs 
)

Definition at line 122 of file table.py.

def __getitem__ (   self,
  index 
)

Definition at line 108 of file table.py.

def __iter__ (   self)

Definition at line 101 of file table.py.

def __len__ (   self)

Definition at line 105 of file table.py.

def __mul__ (   self,
  rhs 
)

Definition at line 120 of file table.py.

def __setitem__ (   self,
  index,
  value 
)

Definition at line 111 of file table.py.

def __sub__ (   self,
  rhs 
)

Definition at line 117 of file table.py.


Field Documentation

col_index

Definition at line 97 of file table.py.


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