U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Bug in "Streams" documentation (Serialization support)?
Bug in "Streams" documentation (Serialization support)? [message #6975] Wed, 06 December 2006 11:51 Go to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
The functions

void SerializeRaw(word *data, dword count)

Serializes raw 16-bit data. Might invoke LoadError if there is not enough data to load.

 data
 Pointer to data to store or buffer to receive loaded data.
 
 count
 Number of values to load/store.


and

void SerializeRaw(word *data, dword count)

Serializes raw 8-bit data. Simple RLE compression is used. Might invoke LoadError if there is not enough data to load or input data are invalid.

 data
 Pointer to data to store or buffer to receive loaded data.
 
 count
 Number of bytes to load/store.


have the same signature which hides instead of overloads.

Does the documentation of the 2nd function show a wrong name?

Werner
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in "One" documentation?
Next Topic: [XML] Assertion when GetAttrCount()
Goto Forum:
  


Current Time: Thu Jun 18 08:33:47 GMT+2 2026

Total time taken to generate the page: 0.00547 seconds