NumeRe
v1.1.4
NumeRe: Framework für Numerische Rechnungen
recycler.hpp
Go to the documentation of this file.
1
#ifndef RECYCLER_HPP
2
#define RECYCLER_HPP
3
4
#include <windows.h>
5
#include <shellapi.h>
6
7
class
Recycler
:
public
SHFILEOPSTRUCTA
8
{
9
public
:
10
Recycler
();
11
12
int
recycle
(
const
char
* pszPath,
bool
bDelete =
false
);
13
};
14
15
#endif
// RECYCLER_HPP
16
Recycler
Definition:
recycler.hpp:8
Recycler::recycle
int recycle(const char *pszPath, bool bDelete=false)
Definition:
recycler.cpp:12
Recycler::Recycler
Recycler()
Definition:
recycler.cpp:4
common
recycler.hpp
Generated by
1.9.3