|
ARTS
2.2.66
|
#include "arts.h"#include "array.h"#include "file.h"#include "methods.h"#include "workspace_ng.h"#include "agenda_record.h"#include "global_data.h"
Go to the source code of this file.
Macros | |
| #define | DUMMY_ELEMS 0 |
| #define | DUMMY_COLS DUMMY_ELEMS |
| #define | DUMMY_ROWS DUMMY_ELEMS |
| #define | DUMMY_PAGES DUMMY_ELEMS |
| #define | DUMMY_BOOKS DUMMY_ELEMS |
| #define | DUMMY_SHELVES DUMMY_ELEMS |
| #define | DUMMY_VITRINES DUMMY_ELEMS |
| #define | DUMMY_LIBRARIES DUMMY_ELEMS |
Functions | |
| void | align (ofstream &ofs, bool &is_first_parameter, const String &indent) |
| int | main () |
| #define DUMMY_BOOKS DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_COLS DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_ELEMS 0 |
Referenced by main().
| #define DUMMY_LIBRARIES DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_PAGES DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_ROWS DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_SHELVES DUMMY_ELEMS |
Referenced by main().
| #define DUMMY_VITRINES DUMMY_ELEMS |
Referenced by main().
| void align | ( | ofstream & | ofs, |
| bool & | is_first_parameter, | ||
| const String & | indent | ||
| ) |
Definition at line 27 of file make_auto_md_cc.cc.
Referenced by main().
| int main | ( | void | ) |
Definition at line 40 of file make_auto_md_cc.cc.
References MdRecord::ActualGroups(), global_data::agenda_data, MdRecord::AgendaMethod(), align(), define_agenda_data(), define_md_data_raw(), Workspace::define_wsv_data(), define_wsv_group_names(), Workspace::define_wsv_map(), DUMMY_BOOKS, DUMMY_COLS, DUMMY_ELEMS, DUMMY_LIBRARIES, DUMMY_PAGES, DUMMY_ROWS, DUMMY_SHELVES, DUMMY_VITRINES, expand_md_data_raw_to_md_data(), get_wsv_group_id(), get_wsv_id(), MdRecord::GInType(), MdRecord::GOutType(), AgRecord::In(), MdRecord::In(), MdRecord::InOnly(), global_data::md_data, MdRecord::Name(), my_basic_string< charT >::nelem(), Array< base >::nelem(), open_output_file(), AgRecord::Out(), MdRecord::Out(), MdRecord::PassWorkspace(), MdRecord::PassWsvNames(), MdRecord::SetMethod(), MdRecord::Supergeneric(), write_agenda_wrapper_header(), Workspace::wsv_data, and global_data::wsv_group_names.