C-Breeze
C Compiler Infrastructure

[ Project home page]

FSKey Class Reference

#include <pointeroptions.h>

List of all members.

Public Member Functions

 FSKey (stmtNode *s, declNode *d, string &f)
bool operator== (const FSKey &other)

Public Attributes

stmtNodestatement
declNodedecl
string field_name


Constructor & Destructor Documentation

FSKey::FSKey stmtNode s,
declNode d,
string &  f
[inline]
 

Definition at line 98 of file pointeroptions.h.


Member Function Documentation

bool FSKey::operator== const FSKey other  )  [inline]
 

Definition at line 104 of file pointeroptions.h.

References decl, field_name, and statement.


Member Data Documentation

declNode* FSKey::decl
 

Definition at line 95 of file pointeroptions.h.

Referenced by operator==().

string FSKey::field_name
 

Definition at line 96 of file pointeroptions.h.

Referenced by operator==().

stmtNode* FSKey::statement
 

Definition at line 94 of file pointeroptions.h.

Referenced by operator==().


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

Generated on February 1, 2006
Back to the C-Breeze home page