Scarab  2.8.1
Project 8 C++ Utility Library
Public Member Functions | Static Public Member Functions | Public Attributes | Static Private Attributes | List of all members
StorageClass Class Reference
Inheritance diagram for StorageClass:
Inheritance graph

Public Member Functions

def __init__ (self, value)
 
def from_param (self)
 
def name (self)
 
def __repr__ (self)
 

Static Public Member Functions

def from_id (id)
 

Public Attributes

 value
 

Static Private Attributes

list _kinds = []
 
 _name_map = None
 

Detailed Description

Describes the storage class of a declaration

Definition at line 1736 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  value 
)

Definition at line 1745 of file cindex.py.

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

Definition at line 1773 of file cindex.py.

◆ from_id()

def from_id (   id)
static

Definition at line 1768 of file cindex.py.

◆ from_param()

def from_param (   self)

Definition at line 1754 of file cindex.py.

◆ name()

def name (   self)
Get the enumeration name of this storage class.

Definition at line 1758 of file cindex.py.

Member Data Documentation

◆ _kinds

list _kinds = []
staticprivate

Definition at line 1742 of file cindex.py.

◆ _name_map

_name_map = None
staticprivate

Definition at line 1743 of file cindex.py.

◆ value

value

Definition at line 1750 of file cindex.py.


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