#include "as_value.h"#include "as_object.h"#include "Property.h"#include "PropertyList.h"#include "MovieClip.h"#include "DisplayObject.h"#include "RGBA.h"#include "movie_root.h"#include "swf/ShapeRecord.h"#include "StaticText.h"#include "Button.h"#include "MorphShape.h"#include "Shape.h"#include "TextField.h"#include "SWFStream.h"#include "FillStyle.h"#include "swf/DefineFontAlignZonesTag.h"#include "swf/DefineShapeTag.h"#include "swf/DefineButtonCxformTag.h"#include "swf/CSMTextSettingsTag.h"#include "swf/DefineFontTag.h"#include "swf/DefineTextTag.h"#include "swf/PlaceObject2Tag.h"#include "swf/RemoveObjectTag.h"#include "swf/DoActionTag.h"#include "swf/DoInitActionTag.h"#include "swf/DefineEditTextTag.h"#include "swf/SetBackgroundColorTag.h"#include <iostream>#include <sstream>#include <cassert>#include <cmath>#include <string>#include <memory>#include <boost/scoped_ptr.hpp>#include "check.h"#include <boost/preprocessor/seq/for_each.hpp>Defines | |
| #define | SIZE(x, _, t) std::cout << BOOST_PP_STRINGIZE(t)": " << (sizeof(t)) << "\n"; |
| #define | TYPES |
Functions | |
| int | main (int, char **) |
| #define SIZE | ( | x, | ||
| _, | ||||
| t | ||||
| ) | std::cout << BOOST_PP_STRINGIZE(t)": " << (sizeof(t)) << "\n"; |
Referenced by main().
| #define TYPES |
(int) (float) (long) (double) \ (Property*) (auto_ptr<Property>) (scoped_ptr<Property>) \ (shared_ptr<Property>) (intrusive_ptr<as_object>) (GcResource) \ (rgba) (SWFMatrix) (SWFRect) (LineStyle) (FillStyle) (cxform) \ (as_value) \ (DynamicShape)(ShapeRecord)(TextRecord) \ (Property) (PropertyList) \ (DefinitionTag) (DefineTextTag) (DefineFontTag) (DefineMorphShapeTag) \ (as_object) \ (DisplayObject) (StaticText) (MorphShape) (Shape) \ (InteractiveObject) (MovieClip) (TextField) (Button) (Movie) \ (movie_root)
Referenced by main().
1.7.1