ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Variables
admb_messages.h File Reference

(Last Changed on March 04, 2014 for git-revision 8b06de3cd7a29bcc523a49ce79a7e4df671f9544.)

#include <iostream>
#include <fvar.hpp>

Go to the source code of this file.

Classes

class  admb::messages
 

Namespaces

 admb
 

Macros

#define ADMB_ARRAY_BOUNDS_ERROR(message, function, lower_bounds, upper_bounds, index)
 
#define ADMB_ERROR(x)   admb::messages::error(x);
 

Variables

const int admb::ARRAY_BOUNDS_ERROR = 42
 

Macro Definition Documentation

#define ADMB_ARRAY_BOUNDS_ERROR (   message,
  function,
  lower_bounds,
  upper_bounds,
  index 
)
Value:
admb::messages::array_bounds_error(message,function,lower_bounds,\
upper_bounds,index);
static void array_bounds_error(const adstring &message, const adstring &function, const int lower_bounds, const int upper_bounds, const int index)

Definition at line 47 of file admb_messages.h.

Referenced by colsum(), column(), column_value(), extract_column(), extract_row(), param_init_bounded_number_matrix::operator()(), and param_init_bounded_number_matrix::operator[]().

#define ADMB_ERROR (   x)    admb::messages::error(x);

Definition at line 46 of file admb_messages.h.