#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <string>
#include <sstream>
#include "ldastoolsal/types.hh"
|
template<typename OUT , typename CONST_ITERATOR > |
void | GenericAPI::TCL::List (OUT &Output, CONST_ITERATOR Cur, CONST_ITERATOR Stop) |
|
template<typename OUT , typename CONST_ITERATOR > |
void | GenericAPI::TCL::ListUnbounded (OUT &Output, CONST_ITERATOR Cur, CONST_ITERATOR Stop) |
|
template<typename OUT > |
void | GenericAPI::TCL::Parse (const CHAR *Input, OUT &Output) |
|
template<typename OUT > |
void | GenericAPI::TCL::ParseList (const std::string &Input, OUT &Output) |
|
template<typename OUT > |
void | GenericAPI::TCL::ParseList (const CHAR *Input, OUT &Output) |
|
template<typename OUT , typename IN > |
void | GenericAPI::TCL::Translate (OUT &Output, const IN &Input) |
|
template<> |
void | GenericAPI::TCL::Parse (const CHAR *Input, std::list< std::string > &Output) |
|
template<> |
void | GenericAPI::TCL::ParseList (const CHAR *Input, std::list< std::string > &Output) |
|