LibreOffice Module binaryurp (master) 1
|
This is the complete list of members for binaryurp::Marshal, including all inherited members.
bridge_ | binaryurp::Marshal | private |
Marshal(rtl::Reference< Bridge > const &bridge, WriterState &state) | binaryurp::Marshal | |
Marshal(const Marshal &)=delete | binaryurp::Marshal | private |
operator=(const Marshal &)=delete | binaryurp::Marshal | private |
state_ | binaryurp::Marshal | private |
write16(std::vector< unsigned char > *buffer, sal_uInt16 value) | binaryurp::Marshal | static |
write32(std::vector< unsigned char > *buffer, sal_uInt32 value) | binaryurp::Marshal | static |
write8(std::vector< unsigned char > *buffer, sal_uInt8 value) | binaryurp::Marshal | static |
writeMemberValues(std::vector< unsigned char > *buffer, com::sun::star::uno::TypeDescription const &type, void const *aggregateValue) | binaryurp::Marshal | private |
writeOid(std::vector< unsigned char > *buffer, OUString const &oid) | binaryurp::Marshal | |
writeTid(std::vector< unsigned char > *buffer, rtl::ByteSequence const &tid) | binaryurp::Marshal | |
writeType(std::vector< unsigned char > *buffer, com::sun::star::uno::TypeDescription const &value) | binaryurp::Marshal | |
writeValue(std::vector< unsigned char > *buffer, com::sun::star::uno::TypeDescription const &type, BinaryAny const &value) | binaryurp::Marshal | |
writeValue(std::vector< unsigned char > *buffer, com::sun::star::uno::TypeDescription const &type, void const *value) | binaryurp::Marshal | private |
~Marshal() | binaryurp::Marshal |