//
// Academic License - for use in teaching, academic research, and meeting
// course requirements at degree granting institutions only.  Not for
// government, commercial, or other organizational use.
// File: anonymous_function.h
//
// MATLAB Coder version            : 5.3
// C/C++ source code generated on  : 12-May-2022 07:57:40
//

#ifndef ANONYMOUS_FUNCTION_H
#define ANONYMOUS_FUNCTION_H

// Include Files
#include "rtwtypes.h"
#include "tb_obscheck_internal_types.h"
#include <cstddef>
#include <cstdlib>

// Type Definitions
namespace coder {
class anonymous_function {
public:
  b_struct_T workspace;
};

} // namespace coder

#endif
//
// File trailer for anonymous_function.h
//
// [EOF]
//
