Module il2_iltags::tags::util[][src]

Expand description

This module contains some utility functions that may help the usage and/or implementation of this library.

Structs

This struct implements a ILTagFactory that can be used to test tag serialization implementations that are supposed to use the an ILTagFactory instance.

Functions

This function compares ILTag instances by serializing them and compare if the serialization matches.

Clones the given tag using a serialization/deserialization process. It is similar to iltag_clone_with_factory() but uses a ILStandardTagFactory instance runing on non strict mode.

Clones the given tag using a serialization/deserialization process.

This helper function tests if the given LimitedReader is empty and return the specified result according to the status of the reader. It is very useful to implement the final verification for certain tag deserialization procedures.