SliceO::Name_Get

 

This method return the name of the file associated with the class instance.

 

 

Syntax

 

char * Name_Get(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

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

 

 

Remarks

 

By default, the name is the name of the file without path or extensions.

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also