16#ifndef EChaineJDD_included
17#define EChaineJDD_included
21using std::istringstream;
35 void init(
const char *str);
37 using Entree::operator>>;
41 int get(
char *ob, std::streamsize bufsize)
override;
51 template <
typename _TYPE_>
56template <
typename _TYPE_>
61 int ok =
get(buffer, 100);
63 convert_to(buffer, ob);
static int file_cur_line_
void init(const char *str)
Entree & operator_template(_TYPE_ &ob)
void set_track_lines(bool b)
Entree & operator>>(int &ob) override
int get(char *ob, std::streamsize bufsize) override
Lecture d'une chaine dans ostream_ bufsize est la taille du buffer alloue pour ob (y compris.
istringstream * istrstream_
virtual int get(int *ob, std::streamsize n)