CARMA C++
StringUtils.h File Reference

Common string functions. More...

#include <string>
#include <set>
#include <vector>
#include <sstream>

Go to the source code of this file.

Classes

class  carma::util::StringUtils
 Common string functions Additional string-related functions can be added here. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::util
 Utility classes.
 

Enumerations

enum  carma::util::DigestType { MD5, SHA1 }
 digest type <ui> MD5 md5 SHA1 sha1 More...
 

Functions

template<typename T >
::std::string carma::util::setToString (const ::std::set< T > &s, const ::std::string &delimiter=", ")
 
template<typename T >
::std::string carma::util::vectorToString (const ::std::vector< T > &v, const ::std::string &delimiter=", ")
 

Detailed Description

Common string functions.

Author
Dave Mehringer

$CarmaCopyright$

Definition in file StringUtils.h.