BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
binutils.cpp File Reference
Include dependency graph for binutils.cpp:

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...
 

Macro Definition Documentation

◆ BS

#define BS   8

Definition at line 29 of file binutils.cpp.

◆ BYTE_LENGTH

#define BYTE_LENGTH   2048

Definition at line 22 of file binutils.cpp.

◆ CR

#define CR   13

Definition at line 30 of file binutils.cpp.

◆ NUL

#define NUL   0

Definition at line 28 of file binutils.cpp.

◆ NULL_CHR

#define NULL_CHR   (0x00)

Definition at line 25 of file binutils.cpp.

◆ SUB

#define SUB   26

Definition at line 31 of file binutils.cpp.