COPASI API
4.16.103
|
#include <limits>
#include <iostream>
#include <sstream>
#include <string.h>
#include <stdlib.h>
#include "copasi.h"
#include "CTableCell.h"
#include "utilities/utility.h"
Go to the source code of this file.
Functions | |
std::istream & | operator>> (std::istream &is, CTableCell &cell) |
std::istream & | operator>> (std::istream &is, CTableRow &row) |
std::istream& operator>> | ( | std::istream & | is, |
CTableCell & | cell | ||
) |
Formated stream input operator
CTableCell | & cell |
Definition at line 61 of file CTableCell.cpp.
References CTableCell::mIsEmpty, CTableCell::mIsValue, CTableCell::mName, CTableCell::mSeparator, CTableCell::mValue, and strToDouble().
std::istream& operator>> | ( | std::istream & | is, |
CTableRow & | row | ||
) |
Formated stream input operator
CTableRow | & cell |
Definition at line 253 of file CTableCell.cpp.
References CTableRow::readLine().