27 vector<string>
Vectize(
const char **);
28 vector<string>
Vectize(
const char **,
int);
29 const string stripdir(
const string &);
42 : _longop(op._longop),_shortop(op._shortop)
44 clop(
const string &lo,
const char &
so)
45 : _longop(lo),_shortop(so)
81 GetOp(
const string &ops,
const vector<string> &args);
84 GetOp(
const string &ops,
string &rv,
const vector<string> &args);
87 CheckOps(
const vector<string> &args,
string &badop);
90 AddOp(
const string &lo,
const char &
so);
93 #ifdef FORTRAN_UNDERSCORE
94 # define F_FUNC(x) x ## _
99 #ifdef FORTRAN_LOWERCASE
102 #define RFLUCONV F_FUNC(rfluconv)
103 #define RFLUINIT F_FUNC(rfluinit)
104 #define RFLUMAP F_FUNC(rflumap)
105 #define RFLUMP F_FUNC(rflump)
106 #define RFLUPART F_FUNC(rflupart)
107 #define RFLUPICK F_FUNC(rflupick)
108 #define RFLUPOST F_FUNC(rflupost)
113 #define RFLUCONV F_FUNC(RFLUCONV)
114 #define RFLUINIT F_FUNC(RFLUINIT)
115 #define RFLUMAP F_FUNC(RFLUMAP)
116 #define RFLUMP F_FUNC(RFLUMP)
117 #define RFLUPART F_FUNC(RFLUPART)
118 #define RFLUPICK F_FUNC(RFLUPICK)
119 #define RFLUPOST F_FUNC(RFLUPOST)
const string stripdir(const string &)
bool GetOp(const string &ops, const vector< string > &args)
void AddOp(const string &lo, const char &so)
bool operator==(const string &s) const
clop & operator=(const clop &op)
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do so
bool CheckOps(const vector< string > &args, string &badop)
bool operator==(const clop &op) const
const string & longop() const
clop(const string &lo, const char &so)
vector< string > Vectize(const char **)
const char & shortop() const