COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::fold::FoldedCell Class Reference

#include <FoldedSheet.h>

Public Member Functions

 FoldedCell ()
 ~FoldedCell ()
 FoldedCell (const FoldedCell &alt)
const FoldedCelloperator= (const FoldedCell &alt)
void clear ()
FoldedSheetgetSheet ()
FoldedSheetgetOrCreateSheet ()

Data Fields

coopy::store::SheetCell datum
FoldedSheetsheet

Detailed Description

Definition at line 17 of file FoldedSheet.h.


Constructor & Destructor Documentation

coopy::fold::FoldedCell::FoldedCell ( ) [inline]

Definition at line 22 of file FoldedSheet.h.

References sheet.

coopy::fold::FoldedCell::~FoldedCell ( ) [inline]

Definition at line 26 of file FoldedSheet.h.

References clear().

coopy::fold::FoldedCell::FoldedCell ( const FoldedCell alt) [inline]

Definition at line 30 of file FoldedSheet.h.

References coopy::store::RefCount::addReference(), datum, and sheet.


Member Function Documentation

void FoldedCell::clear ( )

Definition at line 7 of file FoldedSheet.cpp.

References NULL.

Referenced by operator=(), and ~FoldedCell().

FoldedSheet * FoldedCell::getOrCreateSheet ( )

Definition at line 19 of file FoldedSheet.cpp.

References coopy::store::RefCount::addReference(), and NULL.

Referenced by fold_expander(), and readPart().

FoldedSheet* coopy::fold::FoldedCell::getSheet ( ) [inline]

Definition at line 51 of file FoldedSheet.h.

References sheet.

const FoldedCell& coopy::fold::FoldedCell::operator= ( const FoldedCell alt) [inline]

Definition at line 39 of file FoldedSheet.h.

References coopy::store::RefCount::addReference(), clear(), datum, and sheet.


Field Documentation


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines