plistCollections.cc File Reference
Detailed Description
- Author:
- Ethan Tira-Thompson (ejt) (Creator)
- Author
- ejt
- Name
- tekkotsu-4_0
- Revision
- 1.13
- State
- Exp
- Date
- 2007/10/26 22:33:20
Definition in file plistCollections.cc.
#include "plistCollections.h"
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
#include <iomanip>
Go to the source code of this file.
|
Namespaces |
namespace | plist |
Functions |
std::ostream & | plist::filteredDisplay (std::ostream &os, const ObjectBase &c, const std::string &sel, int selType, unsigned int depth) |
| take a regex and maximum depth for display (displays entries whos names match the filter sel
|
std::ostream & | plist::filteredDisplay (std::ostream &os, const ObjectBase &c, const regex_t *reg, unsigned int depth) |
| take a compiled regex and maximum depth for display
|
|