ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Methods | List of all members
ObjectConverter Interface Reference
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

void convertObjects (AString target, ArrayList< Object > logables)
 
AutoSizes getAutoSizes ()
 
void resetAutoSizes ()
 

Member Function Documentation

◆ convertObjects()

void convertObjects ( AString  target,
ArrayList< Object >  logables 
)

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

Implemented in StandardConverter.

◆ getAutoSizes()

AutoSizes getAutoSizes ( )

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()

void resetAutoSizes ( )

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

Implemented in StandardConverter.


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