This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module dir [Version: ] (Interface TreeWalkCallback)

[Main Page]   [Details]   [Tests]       [DIRECTORY]   [TreeWalkCallback]


template< class T > class TreeWalkCallback
{
private:
    //PRIVATE MEMBERS---------------------------------------------------
    
protected:
    //PROTECTED MEMBERS-------------------------------------------------
    
public:
    //PUBLIC MEMBERS----------------------------------------------------
    
    //DESTRUCTOR--------------------------------------------------------
    virtual ~TreeWalkCallback(){}
    //METHODS-----------------------------------------------------------
    
    
    virtual bool tw_callback(const T * path)=0;
    
    //GETTER METHODS----------------------------------------------------
    
    //SETTER METHODS----------------------------------------------------
    
};


Methods:
tw_callback
bool tw_callback(const T *path)

Methods

   tw_callback


...

Signature:
bool tw_callback(const T *path)

Parameters:
const T *path[IN]The path (as null-terminated string).


Return value:
---


Copyright © 2017 2018 by Andreas Pollhammer