streamlet-examples/streamlet-common.h
branchv_0
changeset 69 52f837fbb216
parent 67 0766d298eb1c
child 75 ecbf6504915c
equal deleted inserted replaced
68:5d3d57d9c323 69:52f837fbb216
    23 #include <sstream>
    23 #include <sstream>
    24 #include <codecvt>
    24 #include <codecvt>
    25 #include <locale>
    25 #include <locale>
    26 #include <regex>
    26 #include <regex>
    27 
    27 
    28 #include "../src/StreamletMsg.h"
    28 #include "StreamletMsg.h"
    29 
    29 
    30 /**
    30 /**
    31  * Unlike the protocol and the message format,
    31  * Unlike the protocol and the message format,
    32  * these helper classes and functions are not part of the public API.
    32  * these helper classes and functions are not part of the public API.
    33  * Thus when writing custom streamlets, it is better to copy this file
    33  * Thus when writing custom streamlets, it is better to copy this file