ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Methods | List of all members
ObjectConverter Class Referenceabstract
Inheritance diagram for ObjectConverter:
[legend]

Class Description


This abstract class represents a plug-in for the TextLogger class which converts the list of logables into a textual representation.

See also
StandardConverter for further information.

Public Methods

abstract void ConvertObjects (AString target, List< Object > logables)
 
abstract AutoSizes GetAutoSizes ()
 
abstract void ResetAutoSizes ()
 

Member Function Documentation

◆ ConvertObjects()

abstract void ConvertObjects ( AString  target,
List< Object >  logables 
)
pure virtual

The conversion method.

Parameters
targetAn AString that takes the result.
logablesThe objects to convert.

Implemented in StandardConverter.

◆ GetAutoSizes()

abstract AutoSizes GetAutoSizes ( )
pure virtual

If this converter uses an AutoSizes object, this method returns such object.

Returns
The auto sizes used, nullptr if not applicable.

Implemented in StandardConverter.

◆ ResetAutoSizes()

abstract void ResetAutoSizes ( )
pure virtual

If this converter uses an AutoSizes object, values of this field are reset.

Implemented in StandardConverter.


The documentation for this class was generated from the following file: