Copyright (c) 2003-2008 by Michael Ellison. See COPYING.txt for the Game Accessibility Suite [GAS] License (MIT License).
Definition in file CATXMLObject.h.
#include "CATInternal.h"
#include "CATString.h"
#include <map>
Go to the source code of this file.
Classes | |
class | CATXMLObject |
XML Object Base. More... | |
Typedefs | |
typedef bool(* | CATXMLKEYCOMP )(const CATWChar *g1, const CATWChar *g2) |
CATXMLAttribs are currently just a string map of attribute name/value. | |
typedef std::map< const CATWChar *, CATWChar *, CATXMLKEYCOMP > | CATXMLAttribs |
typedef CATXMLAttribs::iterator | CATXMLAttribsIter |