Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

XMLMetadataHelpers.h File Reference

Declaration of some helper functions used by XMLMetadataLoader and XMLMetadataWriter. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Functions

void commaSeparatedListToStdList (const CStdString &csl, std::list< CStdString > &stdList)
CStdString stdListToCommaSeparatedList (const std::list< CStdString > &stdList)

Detailed Description

Declaration of some helper functions used by XMLMetadataLoader and XMLMetadataWriter.

Author:
Josef Troch (josef.troch@email.cz)
Date:
2003 - 2004

Function Documentation

void commaSeparatedListToStdList const CStdString &  csl,
std::list< CStdString > &  stdList
[static]
 

Converts comma separated list of strings to STL list of strings.

Whitespace-only items are ignored, other items are trimmed.

Parameters:
csl The comma separated list.
stdList The STL list.
See also:
stdListToCommaSeparatedList()

CStdString stdListToCommaSeparatedList const std::list< CStdString > &  stdList  )  [static]
 

Converts STL list of strings to comma separated list.

Whitespace-only items are ignored, other items are trimmed.

Parameters:
stdList The STL list.
Returns:
The comma separated list.
See also:
commaSeparatedListToStdList()


Generated on Wed Aug 11 22:35:01 2004 for IOPC by Doxygen 1.3.6