| 159 | AMFMarker type() const { return (AMFMarker)_type; } |
| 160 | |
| 161 | bool IsString() const |
| 162 | { return _type == AMF_MARKER_STRING || _type == AMF_MARKER_LONG_STRING; } |
| 163 | bool IsBool() const { return _type == AMF_MARKER_BOOLEAN; } |
| 164 | bool IsNumber() const { return _type == AMF_MARKER_NUMBER; } |
| 165 | bool IsObject() const |
no outgoing calls