SliceO_Class::Sort_Get

 

This method return the string associated with this class instance that is used to "sort" the classes.

 

 

Syntax

 

char * Sort_Get(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method return a pointer to the class instance sort string if it exist, a pointer to the string "no sort" otherwise

 

 

Remarks

 

By default, the sort string is the name of the class instance.

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also