COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::cmp::OrderChange Class Reference

Description of a column order change. More...

#include <Patcher.h>

Public Member Functions

int identityToIndex (int id) const
int identityToIndexAfter (int id) const
 OrderChange ()
std::string modeString () const

Data Fields

std::vector< int > indicesBefore
std::vector< std::string > namesBefore
std::vector< int > indicesAfter
std::vector< std::string > namesAfter
int subject
int object
int mode

Detailed Description

Description of a column order change.

Definition at line 113 of file Patcher.h.


Constructor & Destructor Documentation

coopy::cmp::OrderChange::OrderChange ( ) [inline]

Definition at line 129 of file Patcher.h.

References mode, and subject.


Member Function Documentation

int OrderChange::identityToIndex ( int  id) const
int OrderChange::identityToIndexAfter ( int  id) const
std::string coopy::cmp::OrderChange::modeString ( ) const [inline]

Field Documentation

std::vector<std::string> coopy::cmp::OrderChange::namesAfter
std::vector<std::string> coopy::cmp::OrderChange::namesBefore

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