Public Types | Public Member Functions | Private Attributes

Albany::StateInfoStruct Class Reference

#include <Albany_StateInfoStruct.hpp>

List of all members.

Public Types

typedef std::vector
< Teuchos::RCP< StateStruct >
>::const_iterator 
const_iterator

Public Member Functions

Teuchos::RCP< StateStruct > & operator[] (int index)
const Teuchos::RCP< StateStructoperator[] (int index) const
void push_back (const Teuchos::RCP< StateStruct > &ss)
std::size_t size () const
Teuchos::RCP< StateStruct > & back ()
const_iterator begin () const
const_iterator end () const
Teuchos::RCP
< Adapt::NodalDataBlock
getNodalDataBlock ()
Teuchos::RCP
< Adapt::NodalDataBlock
createNodalDataBlock ()

Private Attributes

std::vector< Teuchos::RCP
< StateStruct > > 
sis
Teuchos::RCP
< Adapt::NodalDataBlock
nodal_data_block

Detailed Description

Definition at line 118 of file Albany_StateInfoStruct.hpp.


Member Typedef Documentation

Definition at line 121 of file Albany_StateInfoStruct.hpp.


Member Function Documentation

Teuchos::RCP<StateStruct>& Albany::StateInfoStruct::operator[] ( int  index  )  [inline]

Definition at line 123 of file Albany_StateInfoStruct.hpp.

const Teuchos::RCP<StateStruct> Albany::StateInfoStruct::operator[] ( int  index  )  const [inline]

Definition at line 124 of file Albany_StateInfoStruct.hpp.

void Albany::StateInfoStruct::push_back ( const Teuchos::RCP< StateStruct > &  ss  )  [inline]

Definition at line 125 of file Albany_StateInfoStruct.hpp.

std::size_t Albany::StateInfoStruct::size (  )  const [inline]

Definition at line 126 of file Albany_StateInfoStruct.hpp.

Teuchos::RCP<StateStruct>& Albany::StateInfoStruct::back (  )  [inline]

Definition at line 127 of file Albany_StateInfoStruct.hpp.

const_iterator Albany::StateInfoStruct::begin (  )  const [inline]

Definition at line 128 of file Albany_StateInfoStruct.hpp.

const_iterator Albany::StateInfoStruct::end (  )  const [inline]

Definition at line 129 of file Albany_StateInfoStruct.hpp.

Teuchos::RCP<Adapt::NodalDataBlock> Albany::StateInfoStruct::getNodalDataBlock (  )  [inline]

Definition at line 132 of file Albany_StateInfoStruct.hpp.

Teuchos::RCP<Adapt::NodalDataBlock> Albany::StateInfoStruct::createNodalDataBlock (  )  [inline]

Definition at line 134 of file Albany_StateInfoStruct.hpp.


Member Data Documentation

std::vector<Teuchos::RCP<StateStruct> > Albany::StateInfoStruct::sis [private]

Definition at line 142 of file Albany_StateInfoStruct.hpp.

Definition at line 143 of file Albany_StateInfoStruct.hpp.


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