XLKit  0.1.0
 All Classes Files Functions Typedefs Macros Groups
xlOperand.hpp File Reference

xlkit::xlOperand class More...

#include <xlkit/xlcall.hpp>
#include <xlkit/xlException.hpp>
#include <xlkit/xlutil.hpp>
#include <xlkit/xlversion.hpp>
#include <boost/lexical_cast.hpp>
#include <utility>
#include <string>
#include <stddef.h>
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Classes

struct  xlkit::XLKIT_VERSION_NAME::xlError
 An error number value. More...
 
class  xlkit::XLKIT_VERSION_NAME::xlOper4
 C++ methods that operate on top of an XLOPER struct. More...
 
class  xlkit::XLKIT_VERSION_NAME::xlOper4::CellMatrixRef
 Proxy class into an operand's cell matrix (mutable) More...
 
class  xlkit::XLKIT_VERSION_NAME::xlOper4::ConstCellMatrixRef
 Proxy class into an operand's cell matrix (non-mutable) More...
 

Typedefs

typedef xlOper4 xlkit::XLKIT_VERSION_NAME::xlOperand
 
typedef xlOper4::CellMatrixRef xlkit::XLKIT_VERSION_NAME::xlCellMatrixRef
 
typedef xlOper4::ConstCellMatrixRef xlkit::XLKIT_VERSION_NAME::xlConstCellMatrixRef
 
typedef xlkit::xlOperand xlOperand
 C++ wrapper for XLOPER struct. See xlOper4.
 
typedef xlkit::xlCellMatrixRef xlCellMatrixRef
 Proxy class into an operand's cell matrix (mutable). See CellMatrixRef.
 
typedef xlkit::xlConstCellMatrixRef xlConstCellMatrixRef
 Proxy class into an operand's cell matrix (non-mutable). See ConstCellMatrixRef.
 

Functions

std::string xlkit::XLKIT_VERSION_NAME::xltypeString (unsigned int xltype)
 

Detailed Description

xlkit::xlOperand class