#include <cstdio>#include <iostream>#include "U7file.h"#include "Flex.h"#include "IFF.h"#include "Table.h"#include "Flat.h"#include "exceptions.h"#include "utils.h"Include dependency graph for U7file.cc:

Go to the source code of this file.
Defines | |
| #define | TRY_FILE_TYPE(uf, CLASS_NAME) |
| #define TRY_FILE_TYPE | ( | uf, | |||
| CLASS_NAME | ) |
Value:
if(!uf) \ try { \ uf=new CLASS_NAME(s); \ } catch(const wrong_file_type_exception &) \ { \ }
1.5.1