\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

FiftyoneDegrees::Examples::Hash::ReloadFromFile Class Reference

Detailed Description

Hash Reload From File Example.

Examples
Hash/ReloadFromFile.cpp.

Inheritance diagram for FiftyoneDegrees::Examples::Hash::ReloadFromFile:

[legend]

Collaboration diagram for FiftyoneDegrees::Examples::Hash::ReloadFromFile:

[legend]

Public Member Functions

 ReloadFromFile (string dataFilePath, string userAgentFilePath, ConfigHash *config)
Construct a new instance of the example to be run using the data file and configuration provided. More...
void  run ()
Run the example. More...

Public Member Functions inherited from FiftyoneDegrees::Examples::Hash::ExampleBase

 ExampleBase (byte *data, long length, ConfigHash *config)
Construct a new instance of the example to be run using the data pointer provided. More...
 ExampleBase (string dataFilePath)
Construct a new instance of the example to be run using the data file provided. More...
 ExampleBase (string dataFilePath, ConfigHash *config)
Construct a new instance of the example to be run using the data file and configuration provided. More...
virtual  ~ExampleBase ()
Dispose of anything created with the example.

Constructor & Destructor Documentation

◆ ReloadFromFile()

FiftyoneDegrees::Examples::Hash::ReloadFromFile::ReloadFromFile ( string   dataFilePath,
string   userAgentFilePath,
ConfigHash *   config  
)
inline

Construct a new instance of the example to be run using the data file and configuration provided.

Parameters
dataFilePath - path to the data file to use
config - to configure the engine with
userAgentFilePath - path to the CSV file containing the User-Agents to process

Member Function Documentation


The documentation for this class was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/examples/CPP/Hash/ReloadFromFile.cpp