Scarab  v2.9.1
Project 8 C++ Utility Library
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CompileCommands Class Reference
Inheritance diagram for CompileCommands:
Inheritance graph

Public Member Functions

def __init__ (self, ccmds)
 
def __del__ (self)
 
def __len__ (self)
 
def __getitem__ (self, i)
 

Static Public Member Functions

def from_result (res, fn, args)
 

Public Attributes

 ccmds
 

Detailed Description

CompileCommands is an iterable object containing all CompileCommand
that can be used for building a specific file.

Definition at line 2905 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  ccmds 
)

Definition at line 2910 of file cindex.py.

◆ __del__()

def __del__ (   self)

Definition at line 2913 of file cindex.py.

Member Function Documentation

◆ __getitem__()

def __getitem__ (   self,
  i 
)

Definition at line 2919 of file cindex.py.

◆ __len__()

def __len__ (   self)

Definition at line 2916 of file cindex.py.

◆ from_result()

def from_result (   res,
  fn,
  args 
)
static

Definition at line 2926 of file cindex.py.

Member Data Documentation

◆ ccmds

ccmds

Definition at line 2911 of file cindex.py.


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