AGENT++  4.0.3
Static Public Member Functions | List of all members
AgentTools Class Reference

#include <tools.h>

Static Public Member Functions

static char * make_concatenation (const char *, const char *)
 Return a new string that is the concatenation of two given strings.
 
static long file_size (FILE *)
 Return the file size of a given file.
 

Member Function Documentation

static long AgentTools::file_size ( FILE *  )
static

Return the file size of a given file.

Returns
The file size.
static char* AgentTools::make_concatenation ( const char *  ,
const char *   
)
static

Return a new string that is the concatenation of two given strings.

Parameters
prefix- The prefix string.
suffix- The suffix string.
Returns
A new string.

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