protobuf-native-1.0.0.1: Protocol Buffers via C++

Safe HaskellNone
LanguageHaskell2010

Data.Protobuf

Documentation

class Protobuf a Source

Minimal complete definition

new, delete

class Protobuf a => ProtobufValue a b | a -> b, b -> a where Source

Methods

load :: Ptr a -> IO b Source

assign :: ForeignPtr a -> b -> IO () Source

module Foreign.C

type Std__basic_string = Ptr Std__basic_string_mem