aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/cc/ClassWritableFile.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-02-17 11:42:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-17 12:56:41 -0800
commitfe056f0b5e52db86766761f5e6446a89c1aa3938 (patch)
tree68bce0e257d181a3fa37f83c97fdff0fdad877fc /tensorflow/g3doc/api_docs/cc/ClassWritableFile.md
parent19d632338f983e02dd0268b931e9cced03b74805 (diff)
Merge changes from github.
Change: 114882676
Diffstat (limited to 'tensorflow/g3doc/api_docs/cc/ClassWritableFile.md')
-rw-r--r--tensorflow/g3doc/api_docs/cc/ClassWritableFile.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/tensorflow/g3doc/api_docs/cc/ClassWritableFile.md b/tensorflow/g3doc/api_docs/cc/ClassWritableFile.md
index f7784dfdf3..a7e250d697 100644
--- a/tensorflow/g3doc/api_docs/cc/ClassWritableFile.md
+++ b/tensorflow/g3doc/api_docs/cc/ClassWritableFile.md
@@ -1,19 +1,10 @@
-# Class `tensorflow::WritableFile`
+# `class tensorflow::WritableFile`
A file abstraction for sequential writing.
The implementation must provide buffering since callers may append small fragments at a time to the file.
-##Member Summary
-
-* [`tensorflow::WritableFile::WritableFile()`](#tensorflow_WritableFile_WritableFile)
-* [`tensorflow::WritableFile::~WritableFile()`](#tensorflow_WritableFile_WritableFile)
-* [`virtual Status tensorflow::WritableFile::Append(const StringPiece &data)=0`](#virtual_Status_tensorflow_WritableFile_Append)
-* [`virtual Status tensorflow::WritableFile::Close()=0`](#virtual_Status_tensorflow_WritableFile_Close)
-* [`virtual Status tensorflow::WritableFile::Flush()=0`](#virtual_Status_tensorflow_WritableFile_Flush)
-* [`virtual Status tensorflow::WritableFile::Sync()=0`](#virtual_Status_tensorflow_WritableFile_Sync)
-
-##Member Details
+###Member Details
#### `tensorflow::WritableFile::WritableFile()` {#tensorflow_WritableFile_WritableFile}