Solid Fluid System Solutions  
Home Software About Hardware Firmware

Document Icon VConsole (Library)
Document Icon Crypto
Document Icon Archive
Current Document Icon Container
Document Icon Pipe
Document Icon Compress
Document Icon Math
Document Icon Vector
Document Icon DateTime
Document Icon List/Array
Document Icon HashIntegerFloat
Document Icon Database
Document Icon Thread
Document Icon String
Document Icon Machine
Document Icon Regex
Document Icon SGMLParse
Document Icon HTTPHeader
Document Icon Comm
Document Icon Collab
Document Icon HierAgent
Document Icon Resource
Document Icon Colour
Document Icon Image

Container

The container group provides two widely used but very simple classes;

  • VGeneric
  • VContainer

VGeneric, is an anonymous union in a VObject derived class. It is able to carry and serialise one item of any data type, including object pointer and string. Overall the class provides a means for tracking the type contained within the generic. It is mainly used for situations where serialisation is required on highly dynamic objects.

VContainer is a, create time, fixed size memory block contained within a VObject derived class. It may optionally have a string and any other object pointer associated with it. It is mainly used as a convenient means to serialise and manipulate anonymous structures.

Copyright © Solid Fluid 2007-2022
Last modified: SolFlu  Sun, 07 Jun 2009 17:18:19 GMT