coin-Bcp
Public Member Functions | Public Attributes | List of all members
Rname Class Reference

#include <reader.h>

Collaboration diagram for Rname:
Collaboration graph
[legend]

Public Member Functions

 Rname ()
 
 ~Rname ()
 
int original_index (const string &Name)
 
void add (const string &Name, const string &Sign)
 

Public Attributes

int nrows
 
map< string, int > name
 
vector< string > sign
 

Detailed Description

Definition at line 36 of file reader.h.

Constructor & Destructor Documentation

Rname::Rname ( )
inline

Definition at line 42 of file reader.h.

Rname::~Rname ( )
inline

Definition at line 43 of file reader.h.

Member Function Documentation

int Rname::original_index ( const string &  Name)
inline

Definition at line 44 of file reader.h.

References name.

void Rname::add ( const string &  Name,
const string &  Sign 
)
inline

Definition at line 52 of file reader.h.

References name, nrows, and sign.

Member Data Documentation

int Rname::nrows

Definition at line 38 of file reader.h.

Referenced by add().

map<string, int> Rname::name

Definition at line 39 of file reader.h.

Referenced by add(), and original_index().

vector<string> Rname::sign

Definition at line 40 of file reader.h.

Referenced by add().


The documentation for this class was generated from the following file: