Scarab  2.8.1
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | Private Attributes | List of all members
ClangObject Class Reference

CIndex Objects ##. More...

Inheritance diagram for ClangObject:
Inheritance graph

Public Member Functions

def __init__ (self, obj)
 
def from_param (self)
 

Public Attributes

 obj
 

Private Attributes

 _as_parameter_
 

Detailed Description

CIndex Objects ##.

A helper for Clang objects. This class helps act as an intermediary for
the ctypes library and the Clang CIndex library.

Definition at line 2143 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  obj 
)

Definition at line 2148 of file cindex.py.

Member Function Documentation

◆ from_param()

def from_param (   self)

Definition at line 2152 of file cindex.py.

Member Data Documentation

◆ _as_parameter_

_as_parameter_
private

Definition at line 2150 of file cindex.py.

◆ obj

obj

Definition at line 2150 of file cindex.py.


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