Show CommonStdType.h syntax highlighted
#ifndef __COMMONSTDTYPE__
#define __COMMONSTDTYPE__ 1
#include <string>
#include <list>
#include <map>
namespace osgIntrospectionToolKit
{
typedef std::list< std::string > NameList;
typedef std::map< std::string, NameList > NameMap;
}
#endif // ** __COMMONSTDTYPE__** //
See more files for this project here