#include <string>
#include <vector>
#include <fstream>
Go to the source code of this file.
Classes | |
class | ReadSpek |
Functions | |
bool | SpecNameDecode (std::string sName, std::string &sForm, int &slen) |
bool | SpecNameDecode (std::string sName, std::string &sForm, std::vector< int > &vlen) |
bool | SpecNameEncode (std::string &sName, std::string sForm, int slen) |
bool | SpecNameEncode (std::string &sName, std::string sForm, std::vector< int > vlen) |