STLdoc
STLdocumentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | Private Member Functions | List of all members
std::__non_rtti_object Class Reference

#include <vcruntime_typeinfo.h>

Inheritance diagram for std::__non_rtti_object:

Static Public Member Functions

static __non_rtti_object __construct_from_string_literal (char const *const _Message) throw ()
 

Private Member Functions

 __non_rtti_object (char const *const _Message, int) throw ()
 

Constructor & Destructor Documentation

std::__non_rtti_object::__non_rtti_object ( char const *const  _Message,
int   
)
throw (
)
inlineprivate
179  : bad_typeid(_Message, 1)
180  {
181  }
Definition: typeinfo:64

Member Function Documentation

static __non_rtti_object std::__non_rtti_object::__construct_from_string_literal ( char const *const  _Message)
throw (
)
inlinestatic
172  {
173  return __non_rtti_object(_Message, 1);
174  }
__non_rtti_object(char const *const _Message, int)
Definition: vcruntime_typeinfo.h:178

The documentation for this class was generated from the following file: