ldas-tools-ldasgen  2.7.1
Namespaces | Functions
TCL.hh File Reference
#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <string>
#include <sstream>
#include "ldastoolsal/types.hh"
Include dependency graph for TCL.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

 GenericAPI
 
 GenericAPI::TCL
 

Functions

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)