file-fetcher
Public Member Functions | List of all members
ClassWithAllPossibleReturnTypes Class Reference

Public Member Functions

 methodWithNoReturnTypeDeclaration ()
 
 methodWithVoidReturnTypeDeclaration ()
 
 methodWithStringReturnTypeDeclaration ()
 
 methodWithFloatReturnTypeDeclaration ()
 
 methodWithIntReturnTypeDeclaration ()
 
 methodWithBoolReturnTypeDeclaration ()
 
 methodWithArrayReturnTypeDeclaration ()
 
 methodWithTraversableReturnTypeDeclaration ()
 
 methodWithGeneratorReturnTypeDeclaration ()
 
 methodWithObjectReturnTypeDeclaration ()
 
 methodWithClassReturnTypeDeclaration ()
 

Member Function Documentation

◆ methodWithArrayReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithArrayReturnTypeDeclaration ( )

◆ methodWithBoolReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithBoolReturnTypeDeclaration ( )

◆ methodWithClassReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithClassReturnTypeDeclaration ( )

◆ methodWithFloatReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithFloatReturnTypeDeclaration ( )

◆ methodWithGeneratorReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithGeneratorReturnTypeDeclaration ( )

◆ methodWithIntReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithIntReturnTypeDeclaration ( )

◆ methodWithNoReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithNoReturnTypeDeclaration ( )

◆ methodWithObjectReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithObjectReturnTypeDeclaration ( )

◆ methodWithStringReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithStringReturnTypeDeclaration ( )

◆ methodWithTraversableReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithTraversableReturnTypeDeclaration ( )

◆ methodWithVoidReturnTypeDeclaration()

ClassWithAllPossibleReturnTypes::methodWithVoidReturnTypeDeclaration ( )

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