v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
Counter Class Reference

#include <sample4.h>

Public Member Functions

 Counter ()
 
int Increment ()
 
void Print () const
 

Detailed Description

Definition at line 38 of file sample4.h.

Constructor & Destructor Documentation

Counter::Counter ( )
inline

Definition at line 44 of file sample4.h.

References Increment(), and Print().

Here is the call graph for this function:

Member Function Documentation

int Counter::Increment ( )

Referenced by Counter().

Here is the caller graph for this function:

void Counter::Print ( ) const

Referenced by Counter().

Here is the caller graph for this function:


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