Panda3D
Loading...
Searching...
No Matches
Enumerations | Functions
fltError.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandatoolbase.h"

Go to the source code of this file.

Enumerations

enum  FltError {
  FE_ok = 0 , FE_could_not_open , FE_empty_file , FE_end_of_file ,
  FE_read_error , FE_invalid_record , FE_extra_data , FE_write_error ,
  FE_bad_data , FE_not_implemented , FE_undefined_instance , FE_internal
}
 

Functions

std::ostream & operator<< (std::ostream &out, FltError error)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-08-24

Definition in file fltError.h.

Enumeration Type Documentation

◆ FltError

enum FltError

Definition at line 20 of file fltError.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
FltError error )

Definition at line 16 of file fltError.cxx.