PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Teuchos.EmptyXMLError Class Reference
Inheritance diagram for PyTrilinos.Teuchos.EmptyXMLError:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.EmptyXMLError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

Thrown when attempting to parse an empty XML std::string.

C++ includes: Teuchos_XMLObject.hpp 

Constructor & Destructor Documentation

def PyTrilinos.Teuchos.EmptyXMLError.__init__ (   self,
  args 
)
__init__(Teuchos::EmptyXMLError self, std::string const & what_arg) -> EmptyXMLError

Teuchos::EmptyXMLError::EmptyXMLError(const std::string &what_arg) 

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