Add TypedIOBuf.
authorTudor Bosman <tudorb@fb.com>
Fri, 15 Jun 2012 00:07:00 +0000 (17:07 -0700)
committerJordan DeLong <jdelong@fb.com>
Fri, 22 Jun 2012 02:38:51 +0000 (19:38 -0700)
commit9eaebc0db46b3d59f52224a2c0e44f63657314b0
treee3c3f25db295e3ed9c39c610660d09f119b2b47b
parentfdbbdb8f25443a74ec7f351abd9b7f13b6b78e13
Add TypedIOBuf.

Summary: Simple class to handle IOBuf as an array of objects of fixed size.

Test Plan: test added

Reviewed By: brianp@fb.com

FB internal diff: D497287
folly/experimental/io/TypedIOBuf.h [new file with mode: 0644]
folly/experimental/io/test/IOBufTest.cpp