#include <iostream>
#include <sstream>
#include <memory.h>
#include <stdlib.h>
#include "ReadSpek.h"
Go to the source code of this file.
Functions | |
bool | SpecNameDecode (std::string sName, std::string &sForm, int &slen) |
bool | SpecNameDecode (std::string sName, std::string &sForm, std::vector< int > &vv) |
bool | SpecNameEncode (std::string &sName, std::string sForm, int slen) |
bool | SpecNameEncode (std::string &sName, std::string sForm, std::vector< int > vlen) |