#include <ecolab.h>
#include <xml_pack_base.h>
#include <xml_unpack_base.h>
#include "classdesc_access.h"
#include "item.h"
#include "slider.h"
#include <vector>
#include <cairo/cairo.h>
#include <arrays.h>
#include "polyBase.h"
#include "polyPackBase.h"
#include <pack_base.h>
#include "operationType.h"
#include "operationBase.cd"
#include "operationBase.xcd"
Go to the source code of this file.
|
| ecolab |
|
| minsky |
| Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes.
|
|
|
std::ostream & | operator<< (std::ostream &x, const std::vector< int > &y) |
|
void | pack (classdesc::pack_t &, const classdesc::string &, classdesc::ref< ecolab::urand > &) |
|
void | unpack (classdesc::pack_t &, const classdesc::string &, classdesc::ref< ecolab::urand > &) |
|
void | xml_pack (classdesc::xml_pack_t &, const classdesc::string &, classdesc::ref< ecolab::urand > &) |
|
void | xml_unpack (classdesc::xml_unpack_t &, const classdesc::string &, classdesc::ref< ecolab::urand > &) |
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
x, |
|
|
const std::vector< int > & |
y |
|
) |
| |
|
inline |
Definition at line 132 of file operationBase.h.
134 for (std::size_t i=0; i<y.size(); ++i)
135 x<<(i==0?
"":
" ")<<y[i];
◆ pack()
void pack |
( |
classdesc::pack_t & |
, |
|
|
const classdesc::string & |
, |
|
|
classdesc::ref< ecolab::urand > & |
|
|
) |
| |
|
inline |
Definition at line 140 of file operationBase.h.
Referenced by addBookMark(), addRow(), bookmarkAt(), buttonBar(), schema3::Item::convertTensorDataFromSchema2(), csvImportButton1Up(), CSVImportDialog(), csvImportDialogOK(), deiconifyEditConstant(), deiconifyEditGroup(), deiconifyEditOperation(), deiconifyEditVar(), deiconifyInitVar(), deiconifyNote(), deiconifyPltWindowOptions(), deiconifyRKDataForm(), findAllInstances(), getLogVars(), initRandom(), lockSpecificHandles(), makeRow(), openGodley(), minsky::DataOp::pack(), schema3::pack(), schema3::Item::packTensorInit(), penStyles(), plotDoubleClick(), setDimension(), setExportResolutionFactor(), setupPickDimMenu(), setupPickMenu(), showPreferences(), textEntryPopup(), and variablePane().
◆ unpack()
void unpack |
( |
classdesc::pack_t & |
, |
|
|
const classdesc::string & |
, |
|
|
classdesc::ref< ecolab::urand > & |
|
|
) |
| |
|
inline |
◆ xml_pack()
void xml_pack |
( |
classdesc::xml_pack_t & |
, |
|
|
const classdesc::string & |
, |
|
|
classdesc::ref< ecolab::urand > & |
|
|
) |
| |
|
inline |
◆ xml_unpack()
void xml_unpack |
( |
classdesc::xml_unpack_t & |
, |
|
|
const classdesc::string & |
, |
|
|
classdesc::ref< ecolab::urand > & |
|
|
) |
| |
|
inline |