File crawler.cc
FileList > ase > crawler.cc
#include "crawler.hh"
#include "jsonipc/jsonipc.hh"
#include "path.hh"
#include "platform.hh"
#include "unicode.hh"
#include "internal.hh"
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <filesystem>
#include "testing.hh"
Namespaces
Type | Name |
---|---|
namespace | Ase The Anklang C++ API namespace. |
Public Functions
Type | Name |
---|---|
TEST_INTEGRITY (crawler_tests) |
Public Static Functions
Type | Name |
---|---|
void | crawler_tests () Test the filecrawler functions. |
Macros
Type | Name |
---|---|
define | CDEBUG (...) Ase::debug ("crawler", __VA_ARGS__) |
Public Functions Documentation
function TEST_INTEGRITY
TEST_INTEGRITY (
crawler_tests
)
Public Static Functions Documentation
function crawler_tests
static void crawler_tests ()
Macro Definition Documentation
define CDEBUG
#define CDEBUG (
...
) Ase::debug ("crawler", __VA_ARGS__)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/crawler.cc