plistCollections.h File Reference
Detailed Description
- Author:
- Ethan Tira-Thompson (ejt) (Creator)
- Author
- ejt
- Name
- tekkotsu-3_0
- Revision
- 1.8
- State
- Exp
- Date
- 2006/09/19 05:39:33
Definition in file plistCollections.h.
#include "plistPrimitives.h"
#include <map>
#include <vector>
#include <set>
Include dependency graph for plistCollections.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Namespaces |
| namespace | plist |
Classes |
| class | plist::Collection |
| | Provides a common base class for the collection-oriented primitives, Dictionary, Map, Array, and Vector. More...
|
| class | plist::Dictionary |
| | Maintains a set of (key,value) pairs, where a value can be any subclass of ObjectBase. More...
|
| class | plist::Array |
| | A collection of plist objects, similar to a Dictionary, but no keys -- order matters! More...
|
Functions |
| std::ostream & | plist::operator<< (std::ostream &os, const Dictionary &d) |
| | provides textual output
|
| std::ostream & | plist::operator<< (std::ostream &os, const Array &d) |
| | provides textual output
|
|