Skip to main content

The FilesInDir Struct Reference

Declaration

struct FilesInDir { ... }

Included Headers

#include <src/filedef.h>

Public Constructors Index

FilesInDir (const QCString &p)

Public Member Attributes Index

QCStringpath
std::vector< const FileDef * >files

Definition at line 226 of file filedef.h.

Public Constructors

FilesInDir()

FilesInDir::FilesInDir (const QCString & p)
inline

Definition at line 228 of file filedef.h.

228 FilesInDir(const QCString &p) : path(p) {}

Reference path.

Public Member Attributes

files

std::vector<const FileDef *> FilesInDir::files

Definition at line 230 of file filedef.h.

230 std::vector<const FileDef *> files;

path

QCString FilesInDir::path

Definition at line 229 of file filedef.h.

Referenced by FilesInDir.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.