clang API Documentation

clang::CXXMethodVector Class Reference

A vector of C++ member functions that is optimized for storing a single method. More...

#include <ASTContext.h>

Collaboration diagram for clang::CXXMethodVector:

Collaboration graph
[legend]

List of all members.

Public Types

typedef const CXXMethodDecl ** iterator

Public Member Functions

 CXXMethodVector ()
iterator begin () const
iterator end () const
void push_back (const CXXMethodDecl *Method)
void Destroy ()


Detailed Description

A vector of C++ member functions that is optimized for storing a single method.

Definition at line 76 of file ASTContext.h.


Member Typedef Documentation

Definition at line 88 of file ASTContext.h.


Constructor & Destructor Documentation

clang::CXXMethodVector::CXXMethodVector (  )  [inline]

Definition at line 86 of file ASTContext.h.


Member Function Documentation

CXXMethodVector::iterator CXXMethodVector::begin (  )  const

Definition at line 328 of file ASTContext.cpp.

void CXXMethodVector::Destroy (  ) 

Definition at line 369 of file ASTContext.cpp.

CXXMethodVector::iterator CXXMethodVector::end (  )  const

Definition at line 336 of file ASTContext.cpp.

void CXXMethodVector::push_back ( const CXXMethodDecl Method  ) 

Definition at line 348 of file ASTContext.cpp.


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