COOPY » Guide  version 0.6.5
Public Member Functions | Static Public Member Functions | Data Fields
coopy::store::SheetCell Class Reference

#include <SheetCell.h>

Public Member Functions

 SheetCell ()
 SheetCell (const char *text, bool escaped)
 SheetCell (const std::string &text, bool escaped)
 SheetCell (int x)
bool operator== (const SheetCell &alt) const
bool operator!= (const SheetCell &alt) const
std::string toString () const
int asInt () const

Static Public Member Functions

static SheetCell makeInt (int x)

Data Fields

std::string text
bool escaped
Poly< SheetCellMetameta

Detailed Description

Definition at line 50 of file SheetCell.h.


Constructor & Destructor Documentation

coopy::store::SheetCell::SheetCell ( ) [inline]

Definition at line 56 of file SheetCell.h.

References escaped.

Referenced by makeInt().

coopy::store::SheetCell::SheetCell ( const char *  text,
bool  escaped 
) [inline]

Definition at line 60 of file SheetCell.h.

coopy::store::SheetCell::SheetCell ( const std::string &  text,
bool  escaped 
) [inline]

Definition at line 63 of file SheetCell.h.

SheetCell::SheetCell ( int  x)

Definition at line 8 of file SheetCell.cpp.

References escaped, and text.


Member Function Documentation

int SheetCell::asInt ( ) const
SheetCell SheetCell::makeInt ( int  x) [static]

Definition at line 15 of file SheetCell.cpp.

References SheetCell().

bool coopy::store::SheetCell::operator!= ( const SheetCell alt) const [inline]

Definition at line 74 of file SheetCell.h.

References escaped, and text.

bool coopy::store::SheetCell::operator== ( const SheetCell alt) const [inline]

Definition at line 69 of file SheetCell.h.

References escaped, and text.

std::string coopy::store::SheetCell::toString ( ) const [inline]

Field Documentation


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