Searched refs:EndLineIfNonempty (Results 1 – 1 of 1) sorted by relevance
739 EndLineIfNonempty(); in Post()764 template <typename A> void Post(const Scalar<A> &) { EndLineIfNonempty(); } in Post()770 template <typename A> void Post(const Constant<A> &) { EndLineIfNonempty(); } in Post()776 template <typename A> void Post(const Integer<A> &) { EndLineIfNonempty(); } in Post()782 template <typename A> void Post(const Logical<A> &) { EndLineIfNonempty(); } in Post()789 EndLineIfNonempty(); in Post()867 void EndLineIfNonempty() { in EndLineIfNonempty() function