Contains the definition of class tgTags.
More...
#include <deque>
#include <set>
#include <string>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <locale>
#include "tgException.h"
Go to the source code of this file.
Contains the definition of class tgTags.
- Author
- Ryan Adams $Id$
Definition in file tgTags.h.
std::string asYamlList |
( |
const tgTags & |
tags | ) |
|
|
inline |
Represent tags as a YAML list Note: this function has no dependencies on external libraries
Definition at line 356 of file tgTags.h.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const tgTags & |
tags |
|
) |
| |
|
inline |
Overload operator<<() to handle a tgTags.
- Parameters
-
[in,out] | os | an ostream |
[in] | cs | a tgTags |
- Returns
- os
- Todo:
- Inlining this does no good; stream operations are slow.
Definition at line 316 of file tgTags.h.