#pragma once #include #include #include #include "boostheaders.h" typedef std::map StringMap; typedef std::map StringWMap; typedef std::vector StringVector; typedef boost::shared_ptr StringVectorRef; typedef std::vector WStringVector; typedef boost::shared_ptr StringRef; typedef boost::shared_ptr StringMapRef; typedef boost::shared_ptr StringWMapRef;