BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Namespaces | |
ModelView | |
ModelView ::Utils | |
Macros | |
#define | BS 8 |
#define | BYTE_LENGTH 2048 |
#define | CR 13 |
#define | NUL 0 |
#define | NULL_CHR (0x00) |
#define | SUB 26 |
Functions | |
bool | ModelView ::Utils::is_binary (const std::string &filename) |
Returns true if file is binary. More... | |
bool | ModelView ::Utils::is_text (const std::string &filename) |
Returns true if file is text/ascii. More... | |
#define BS 8 |
Definition at line 29 of file binutils.cpp.
#define BYTE_LENGTH 2048 |
Definition at line 22 of file binutils.cpp.
#define CR 13 |
Definition at line 30 of file binutils.cpp.
#define NUL 0 |
Definition at line 28 of file binutils.cpp.
#define NULL_CHR (0x00) |
Definition at line 25 of file binutils.cpp.
#define SUB 26 |
Definition at line 31 of file binutils.cpp.