Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::checkpoint::FileBuffer Class Reference

#include <CheckPointer.hh>

Collaboration diagram for protocols::checkpoint::FileBuffer:
Collaboration graph
[legend]

Public Member Functions

 FileBuffer (const std::string filename, bool gzipped=false)
 
void set_contents (const std::string &contents)
 
void dump ()
 
core::Size size ()
 

Private Attributes

std::string filename_
 
bool gzipped_
 
std::string contents_
 

Detailed Description

Definition at line 54 of file CheckPointer.hh.

Constructor & Destructor Documentation

protocols::checkpoint::FileBuffer::FileBuffer ( const std::string  filename,
bool  gzipped = false 
)
inline

Definition at line 56 of file CheckPointer.hh.

Member Function Documentation

void protocols::checkpoint::FileBuffer::dump ( )

Definition at line 86 of file CheckPointer.cc.

void protocols::checkpoint::FileBuffer::set_contents ( const std::string &  contents)
inline

Definition at line 64 of file CheckPointer.hh.

References contents_.

Referenced by protocols::checkpoint::CheckPointer::checkpoint().

core::Size protocols::checkpoint::FileBuffer::size ( )
inline

Definition at line 68 of file CheckPointer.hh.

References contents_.

Member Data Documentation

std::string protocols::checkpoint::FileBuffer::contents_
private

Definition at line 73 of file CheckPointer.hh.

Referenced by set_contents(), and size().

std::string protocols::checkpoint::FileBuffer::filename_
private

Definition at line 71 of file CheckPointer.hh.

bool protocols::checkpoint::FileBuffer::gzipped_
private

Definition at line 72 of file CheckPointer.hh.


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